Module vibe.http.proxy
HTTP (reverse) proxy implementation
Functions
Name | Description |
---|---|
listenHTTPReverseProxy(settings, proxy_settings)
|
Transparently forwards all requests to the proxy to a destination_host. |
reverseProxyRequest(settings)
|
Returns a HTTP request handler that forwards any request to the specified host/port. |
Classes
Name | Description |
---|---|
HTTPReverseProxySettings
|
Provides advanced configuration facilities for reverse proxy servers. |