Creates a new WrakerAppResponse instance.
The WrakerAppRequest instance.
Indicates if the headers were sent.
Gets the status code of the response.
Sets the status code of the response.
The status code.
Appends the specified value to the response header.
The header field.
Optional
value: string | string[]The value to append.
The response object.
Sets the specified cookie.
The cookie name.
The cookie value.
Optional
options: CookieAttributesThe cookie options.
The response object.
Sets the specified link headers.
The links to set.
The response object.
Redirects to the specified URL.
The URL to redirect to.
Sets the specified header field to the specified value.
The header field.
The value to set.
The response object.
Sets the status code of the response.
The status code.
The response object
Represents the response object for the Wraker application.