From 62115bba63edf2fc7be111351842bedfd102b239 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 27 Oct 2014 14:52:19 +0100 Subject: [PATCH] Document bind_host for {http,z3950}_client --- doc/http_client.xml | 45 ++++++++++++++++++++++++++++++++++++++++++++- doc/z3950_client.xml | 17 +++++++++++++++++ 2 files changed, 61 insertions(+), 1 deletion(-) 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 diff --git a/doc/z3950_client.xml b/doc/z3950_client.xml index ec9d3af..a5f9132 100644 --- a/doc/z3950_client.xml +++ b/doc/z3950_client.xml @@ -75,6 +75,23 @@ + charset + + + If set, holds Z39.50 negotiation charset (encoding) that is + sent via the Initialize Request. If Initalize Request already + contains negotaition information it will be left un-modified. + + + + bind_host + + + Is a boolean value (false, true). If true, the out going + TCP connection will be bound to the same as listening IP. + + + -- 1.7.10.4