Represents an HTTP response returned by the server, accessible from guest code.
Append a header to the response; this method is exported to guest code.
Exported method allowing guest code to end the request/response cycle; equivalent to calling send.
Get a header from the response; this method is exported to guest code.
Provide a header to the response; this method is exported to guest code.
Exported method allowing guest code to send a response to the client with the given status code and body.
Set a header to the response; this method is exported to guest code.
Exported method allowing guest code to set the response status code.