correios-cep-elixir icon indicating copy to clipboard operation
correios-cep-elixir copied to clipboard

Evaluate replacing HTTPoison to another HTTP client

Open prodis opened this issue 5 years ago • 7 comments

http://erlang.org/doc/man/httpc.html

prodis avatar Nov 27 '18 08:11 prodis

Interesting! Why would you consider this change?

pdgonzalez872 avatar Nov 29 '18 16:11 pdgonzalez872

Mainly to eliminate dependencies (since httpc is Erlang native) and avoid possible version conflicts for Correios CEP clients, that could be using a different version of HTTPoison.

prodis avatar Nov 29 '18 16:11 prodis

🍆 https://github.com/benoitc/hackney/issues/591

prodis avatar Sep 24 '19 10:09 prodis

Mojito is a potential candidate. https://github.com/appcues/mojito

prodis avatar Sep 24 '19 10:09 prodis

Integration tests using different Elixir/Erlang HTTP clients: https://github.com/prodis/correios-cep-elixir/tree/http_clients/test/integration

prodis avatar May 11 '20 20:05 prodis

One more HTTP client to evaluate: https://github.com/keathley/finch

prodis avatar May 14 '20 06:05 prodis

🍆 https://github.com/benoitc/hackney/issues/621

prodis avatar May 14 '20 06:05 prodis