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

Separate Request and Response bodies #847

Merged
merged 4 commits into from Feb 20, 2019
Merged

Separate Request and Response bodies #847

merged 4 commits into from Feb 20, 2019

Commits on Feb 19, 2019

  1. Separates request and response bodies in Faraday::Env.

    Adds methods and hacks for backwards compatibility.
    iMacTia committed Feb 19, 2019
    Copy the full SHA
    f803d8f View commit details
    Browse the repository at this point in the history
  2. Restores all net_http tests.

    iMacTia committed Feb 19, 2019
    Copy the full SHA
    06f74fc View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Inverts confusing ternary operator.

    Adds note in `UPGRADING.md` about custom adapters.
    iMacTia committed Feb 20, 2019
    Copy the full SHA
    4e00f77 View commit details
    Browse the repository at this point in the history
  2. Improves syntax in env_spec.

    iMacTia committed Feb 20, 2019
    Copy the full SHA
    3d85b50 View commit details
    Browse the repository at this point in the history