Posting HTTP Form Data with Erlang
Rick Moynihan
rick@REDACTED
Tue Aug 17 17:43:51 CEST 2010
Does anyone know if there is an API that I can use to post HTTP form data?
I've looked at using inets:httpc, and it seems to have everything I
need, except that it doesn't appear to allow you to pass it a list of
key/value tuples and have them be encoded into the HTTP request as
application/x-www-form-urlencoded data.
Does anyone know if inets:httpc can do this, and if not whether there
are any libraries I can easily use?
Cheers,
R.
More information about the erlang-questions
mailing list