class RedirectResponse extends RedirectResponse

Methods

void
send()

Sends the HTTP response to the client.

Details

at line 13
void send()

Sends the HTTP response to the client.

Sets the HTTP status code and headers, then send all headers and terminates the script.

Return Value

void