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

Replace HTTPoison with Hackney #100

Closed
DavidAntaramian opened this issue Oct 19, 2016 · 4 comments
Closed

Replace HTTPoison with Hackney #100

DavidAntaramian opened this issue Oct 19, 2016 · 4 comments

Comments

@DavidAntaramian
Copy link
Contributor

HTTPoison doesn't offer any benefits over using Hackney directly, and it just adds another dependency to pin against; often times the use of HTTPoison will obfuscate the lower level support provided by Hackney. I would recommend swapping out HTTPoison for Hackney, which is a very simple process. I'm willing to do it if we're in agreement.

@joshsmith
Copy link
Contributor

@DavidAntaramian are you tracking the v2 branch here that @dmvt pushed up yesterday? This would be a good point for that rewrite.

@dmvt we should ideally have a journey issue now to support an RFC process for this and to serve as a nexus point for related discussion/issues.

@dmvt
Copy link
Contributor

dmvt commented Oct 20, 2016

@DavidAntaramian @joshsmith Working on the RFC now and generally support this idea. Stay tuned...

@dmvt
Copy link
Contributor

dmvt commented Oct 20, 2016

Let's continue this discussion over at #101

@joshsmith
Copy link
Contributor

Conversation has moved to #102.

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

3 participants