inets Questions
4
Solved
I tried the inets library but it times out. I don't think it supports HTTPS. I am trying to use ibrowse, but it isn't working.
Arbuthnot asked 22/5, 2010 at 1:5
1
This post indicates how to make a simple GET HTTP request with Erlang's Inets application.
Sometimes, URLs have GET parameters:
http://example.net/item?parameter1=12&parameter2=1431&paramet...
3
Solved
What is the appropriate place for performing inets:start() ?
in `applicationname_app' module?
in applicationname_sup supervisor module?
in a child process hanging from the supervisor?\
someplace ...
2
Solved
I'm new to Elixir and Erlang and having some issues with accessing https URLs. I've tried the Elixir-specific HTTPotion and Erlang's :inets module.
So from the iex console (Interactive Elixir):
W...
3
Solved
I am working with Erlang and need to make efficient HTTP requests.
What is the current "standard" HTTP Client for Erlang/OTP?
Is it inets or ibrowse or something else entirely?
Any advice or p...
Jacobsen asked 6/3, 2011 at 4:39
3
Solved
The Nitrogen project web page declares equal support for yaws, mochiweb, and inets, but with which of these web servers is it going to perform the best? I.e. for a large scale application with most...
1
© 2022 - 2024 — McMap. All rights reserved.