From 9ba857a582fe7b7e4890d5c520a072d173e02e0e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 27 May 2013 13:11:58 +0200 Subject: [PATCH] More documentation for http_client --- doc/http_client.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/http_client.xml b/doc/http_client.xml index 17d2355..f6f4343 100644 --- a/doc/http_client.xml +++ b/doc/http_client.xml @@ -23,11 +23,17 @@ DESCRIPTION - This module implements HTTP client functionality. By default, - if proxy element is not given, it should be used as an explicit - proxy (non-transparent mode). If proxy element is set, requests - will be relayed to the proxy given (transparent mode for HTTP clients - accessing this module). + This module implements HTTP client functionality. Filter rontend_net + + http_client in combo - acts as a normal, non-transparent, proxy. + + + The element default-host of configuration specifies the default host + in remote URL. If this is set, frontend_net + http_client acts as a + transparent HTTP proxy as well. + + + The configuration element, proxy, is optional and enables a remote + HTTP proxy to be in use. -- 1.7.10.4