correios-cep-elixir
correios-cep-elixir copied to clipboard
Evaluate replacing HTTPoison to another HTTP client
http://erlang.org/doc/man/httpc.html
Interesting! Why would you consider this change?
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
.
🍆 https://github.com/benoitc/hackney/issues/591
Mojito is a potential candidate. https://github.com/appcues/mojito
Integration tests using different Elixir/Erlang HTTP clients: https://github.com/prodis/correios-cep-elixir/tree/http_clients/test/integration
One more HTTP client to evaluate: https://github.com/keathley/finch
🍆 https://github.com/benoitc/hackney/issues/621