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

[Rebased] Support for custom HTTP headers #17

Closed
wants to merge 5 commits into from

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    bb36a58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ec7fc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af4b8e1 View commit details
    Browse the repository at this point in the history
  4. Custom and default headers are now handled in a mergeHeaders function.

    As HTTP headers are case insensitive, this function ensures default headers are not overriden, even by another case
    qharnay authored and bpolaszek committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    2bf536e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a649939 View commit details
    Browse the repository at this point in the history