Erlang : Handling HTTP Requests and Responses

Posted by Ted Karmel on Stack Overflow See other posts from Stack Overflow or by Ted Karmel
Published on 2010-05-25T19:07:16Z Indexed on 2010/05/25 21:21 UTC
Read the original article Hit count: 259

Filed under:
|
|

What is the best erlang library for processing http requests and responses from within an erlang application? I have taken a look at inets but as a standalone application, it seems more like a replacement for curl.

I would like to access external APIs from within the erlang application so would need to parse responses and be able to make subsequent requests with cookies generated from the response.

© Stack Overflow or respective owner

Related posts about http

Related posts about api