Get the body of the response.
Get the status code.
Get the status message.
Release the proxy response.
The proxied response is resumed, no HTTP response is sent to the user-agent
Return the corresponding ProxyRequest
.
Send the proxies response to the user agent.
Set the request body to be sent to the user agent.
The initial request body value is the proxied response body.
Set the status code to be sent to the user agent.
The initial value is the proxied response status code.
Set the status message to be sent to the user agent.
The initial value is the proxied response status message.
Generated using TypeDoc
Handles the interoperability of the response between the origin and the user agent.