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...
Susannsusanna asked 8/6, 2010 at 11:15

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 ...
Pyrrho asked 3/12, 2009 at 13:27

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...
Peseta asked 28/9, 2014 at 22:59

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...
Hopkins asked 9/12, 2009 at 22:24
1

© 2022 - 2024 — McMap. All rights reserved.