blob: 83412d7b3bc0b030ac1ac366b8f0eb07cd4d59ec [file] [log] [blame]
%% 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"}]}.