Stops current response or execution.
Controls response headers, cookies, status, includes, and body behavior.
Stops response processing.
web_response->addAtEnd is a member in the web_response group; call it on the receiver shown before the arrow.
Adds a response header.
web_response->cookies is a member in the web_response group; call it on the receiver shown before the arrow.
Returns the response status pair.
Reads a response header.
Returns response headers.
Reads or writes raw response content.
Replaces a response header.
Sends a response chunk.
Sends a file or byte stream as a response.
Sets a response cookie.
Sets response headers from a collection.
Sets HTTP response status.