X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fhttp_client.xml;h=50ef7b852d3a2b480b9de89cc6da5acb0c201b4c;hb=1ee01d28f4d668e35631b20241dd0ce7a108efde;hp=30fd3f85e80e4feeaf66b68085722a8e002c474e;hpb=6e933ec5c63455f83f146aee997e4e10070620a9;p=metaproxy-moved-to-github.git diff --git a/doc/http_client.xml b/doc/http_client.xml index 30fd3f8..50ef7b8 100644 --- a/doc/http_client.xml +++ b/doc/http_client.xml @@ -23,7 +23,7 @@ DESCRIPTION - This module implements HTTP client functionality. Filter rontend_net + This module implements HTTP client functionality. Filter frontend_net + http_client in combo - acts as a normal, non-transparent, proxy. @@ -35,6 +35,49 @@ The configuration element, proxy, is optional and enables a remote HTTP proxy to be in use. + + + default-host + + + Specifies host for transparant proxy mode. + + + + max-redirects + + + Maximum number of HTTP redirects. Default value is 0 (HTTP redirect + disabled). + + + + proxy + + + Specifies HTTP proxy for outgoing connections. + + + + x-forwarded-for + + + Is a boolean value (false, true). If true, the peer + IP address as seen in frontend_net will be added to + x-forwarded HTTP header. + + + + bind_host + + + Is a boolean value (false, true). If true, the out going + TCP connection will be bound to the same as listening IP. + + + + + SCHEMA