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

Move out Net::HTTP adapter #1222

Merged
merged 3 commits into from Dec 29, 2020
Merged

Move out Net::HTTP adapter #1222

merged 3 commits into from Dec 29, 2020

Commits on Oct 29, 2020

  1. Replace the Net::HTTP adapter by a separate gem

    The Net::HTTP adapter is extracted into its own gem. The idea behind this change is to create an ecosystem of different packages that you can use with Faraday, so that Faraday doesn’t have to ship with the packages itself.
    
    For now all the Net::HTTP tests are still in place to verify that everything is working correctly.
    JanDintel committed Oct 29, 2020
    Copy the full SHA
    d33840b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Copy the full SHA
    11ec600 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Copy the full SHA
    51cc890 View commit details
    Browse the repository at this point in the history