[erlang-questions] HTTP Client in Erlang

doug mansell doug.mansell@REDACTED
Sat Dec 8 17:49:57 CET 2007


Hi Timmy,

It can take some getting used to the Erlang documentation.  :)

Maybe this will help you get started with playing around in the shell...


Eshell V5.6  (abort with ^G)
1> application:start(inets).
ok
2> http:request("http://www.erlang.org").
{ok,{{"HTTP/1.1",200,"OK"},


On Dec 8, 2007 5:17 PM, Timmy Turner <timm.turn@REDACTED> wrote:
> Hi there,
>
> I found this page about the Erlang HTTP client:
>
> http://www.erlang.org/doc/man/http.html
>
> However I'm looking for something like a tutorial or how-to as on how to use
> the HTTP client - does anyone of you know a page about this, or is kind
> enough to walk me through the usage of the Erlang HTTP client?
>
> Thanks!
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list