A redirect response that will perform a history.replaceState instead of a history.pushState for client-side navigation redirects. Sets the status code and the Location header. Defaults to "302 Found".
history.replaceState
history.pushState
Location
Optional
A redirect response that will perform a
history.replaceState
instead of ahistory.pushState
for client-side navigation redirects. Sets the status code and theLocation
header. Defaults to "302 Found".