Proxy this request to the origin server using the specified request
and then send the proxy response.
Release the proxy request and its associated resources
The HTTP server request is resumed, no HTTP server response is sent.
Create and return the proxy response.
Send this request to the origin server using the specified request
.
The returned future will be completed with the proxy response returned by the origin.
Set the request authority
The value must follow the syntax.
Set the request body to be sent to the origin server.
The initial request body value is the proxied request body.
Set the HTTP method to be sent to the origin server.
The initial HTTP method value is the proxied request HTTP method.
Set the request URI to be sent to the origin server.
The initial request URI value is the proxied request URI.
Create a new ProxyRequest
instance, the proxied request will be paused.
Generated using TypeDoc
Handles the interoperability of the request between the user agent and the origin.