summaryrefslogtreecommitdiff
path: root/deps/ibrowse/priv/ibrowse.conf
diff options
context:
space:
mode:
Diffstat (limited to 'deps/ibrowse/priv/ibrowse.conf')
-rw-r--r--deps/ibrowse/priv/ibrowse.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/deps/ibrowse/priv/ibrowse.conf b/deps/ibrowse/priv/ibrowse.conf
new file mode 100644
index 00000000..83412d7b
--- /dev/null
+++ b/deps/ibrowse/priv/ibrowse.conf
@@ -0,0 +1,18 @@
+%% Configuration file for specifying settings for HTTP servers which this
+%% client will connect to.
+%% The format of each entry is (one per line)
+%% {dest, Hostname, Portnumber, MaxSessions, MaxPipelineSize, Options}.
+%%
+%% where Hostname = string()
+%% Portnumber = integer()
+%% MaxSessions = integer()
+%% MaxPipelineSize = integer()
+%% Options = [{Tag, Val} | ...]
+%% Tag = term()
+%% Value = term()
+%% e.g.
+%% {dest, "covig02", 8000, 10, 10, [{is_ssl, true}, {ssl_options, [option()]}]}.
+%% If SSL is to be used, both the options, is_ssl and ssl_options MUST be specified
+%% where option() is all options supported in the ssl module
+
+{{options, "www.google.co.uk", 80}, [{proxy_host, "proxy"}, {proxy_port, 8080}, {proxy_user, "cmullaparthi"}, {proxy_password, "20nov99"}]}.