summaryrefslogtreecommitdiff
path: root/deps/ibrowse/priv/ibrowse.conf
blob: 83412d7b3bc0b030ac1ac366b8f0eb07cd4d59ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"}]}.