Module vibe.http.proxy
HTTP (reverse) proxy implementation
Functions
Name | Description |
forwardProxyRequest()
|
Returns a HTTP request handler that forwards any request to the requested host/port.
|
listenHTTPForwardProxy(settings)
|
Transparently forwards all requests to the proxy to the requestURL of the request.
|
listenHTTPProxy(settings, proxy_settings)
|
Transparently forwards all requests to the proxy to another host.
|
listenHTTPReverseProxy(settings, destination_host, destination_port)
|
Transparently forwards all requests to the proxy to a destination_host.
|
proxyRequest(settings)
|
Returns a HTTP request handler that forwards any request to the specified or requested host/port.
|
reverseProxyRequest(destination_host, destination_port)
|
Returns a HTTP request handler that forwards any request to the specified host/port.
|
Classes
Name | Description |
HTTPProxySettings
|
Provides advanced configuration facilities for reverse proxy servers.
|
Enums
Name | Description |
ProxyMode
|
Enum to represent the two modes a proxy can operate as.
|