reverseProxyRequest

Returns a HTTP request handler that forwards any request to the specified host/port.

  1. HTTPServerRequestDelegateS reverseProxyRequest(string destination_host, ushort destination_port)
  2. HTTPServerRequestDelegateS reverseProxyRequest(URL destination)

Meta