Abstract
An outgoing HTTP response.
Protected
Construct a new Response
The HTTP response status code to send.
Optional
The HTTP response headers to send.
Readonly
Called once by the server to send the response.
Set a response cookie.
The cookie to set.
Set and send the HTTP response status code and headers. No more headers can be sent after this.
An outgoing HTTP response.