prodis / correios-cep-elixir

Find Brazilian addresses by postal code, directly from Correios API. No HTML parsers.
Apache License 2.0
38 stars 4 forks source link

Evaluate replacing HTTPoison to another HTTP client #10

Open prodis opened 6 years ago

prodis commented 6 years ago

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

pdgonzalez872 commented 6 years ago

Interesting! Why would you consider this change?

prodis commented 6 years ago

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 commented 5 years ago

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

prodis commented 5 years ago

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

prodis commented 4 years ago

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

prodis commented 4 years ago

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

prodis commented 4 years ago

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