> 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