Defines a cookie value to be set in the response.
The key associated with the value.
The cookie value.
The max time for the cookie to persist, in milliseconds.
The cookie value's path.
This Stoof instance, for the sake of chaining.
Sets a header to be sent with the response.
The header name.
The header value.
This Stoof instance, for the sake of chaining.
Defines a cookie value to be unset in the response.
The key associated with the cookie value.
The cookie value's path.
This Stoof instance, for the sake of chaining.
Generated using TypeDoc
A response object.