Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate replacing HTTPoison to another HTTP client #10

Open
prodis opened this issue Nov 27, 2018 · 7 comments
Open

Evaluate replacing HTTPoison to another HTTP client #10

prodis opened this issue Nov 27, 2018 · 7 comments
Assignees

Comments

@prodis
Copy link
Owner

prodis commented Nov 27, 2018

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

@pdgonzalez872
Copy link

Interesting! Why would you consider this change?

@prodis
Copy link
Owner Author

prodis commented Nov 29, 2018

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
Copy link
Owner Author

prodis commented Sep 24, 2019

🍆 benoitc/hackney#591

@prodis
Copy link
Owner Author

prodis commented Sep 24, 2019

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

@prodis prodis self-assigned this May 3, 2020
@prodis
Copy link
Owner Author

prodis commented May 11, 2020

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

@prodis prodis changed the title Evaluate replacing HTTPoison to httpc Evaluate replacing HTTPoison to another HTTP client May 14, 2020
@prodis
Copy link
Owner Author

prodis commented May 14, 2020

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

@prodis
Copy link
Owner Author

prodis commented May 14, 2020

🍆 benoitc/hackney#621

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants