public
|
__construct(string $url, int $status = 302, array $headers = [])
Creates a redirect response so that it conforms to the rules defined for a redirect status code.
Creates a redirect response so that it conforms to the rules defined for a redirect status code.
Parameters
$url |
The URL to redirect to. The URL should be a full URL, with schema etc.,
but practically every browser redirects on paths only as well
|
$status |
The HTTP status code (302 "Found" by default)
|
$headers |
The headers (Location is always set to the given URL)
|
Throws
Overrides
|
#
|