http or httpc?

Tim Fletcher mail@REDACTED
Thu Apr 29 08:55:33 CEST 2010


> There's 2 http clients coming Erlang:
> * http
> * httpc

The httpc module is the actual http client implementation, the http
module is a thin API wrapper.

> Which one is recommended?

Use the http module unless you have a good reason not to:

http://www.erlang.org/doc/apps/inets/http_client.html#id2260841


Tim



More information about the erlang-questions mailing list