[erlang-questions] How change port in http module?

alekciy public-mail@REDACTED
Thu Mar 19 02:37:36 CET 2009


I use http module:
Eshell V5.6.5  (abort with ^G)
1> inets:start().
ok
2> http:request(get, {"http://samehost.ru", []}, [], []).

but web server samehost.ru bind to 8080 port, not 80. How I can send
request to another port?




More information about the erlang-questions mailing list