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

Fixes request headers to conform to spec more closely. #82

Merged
merged 2 commits into from
Oct 11, 2015

Commits on Aug 8, 2014

  1. Fixes request headers to conform to spec more closely.

    I've made the request headers case insensitive for setting and getting by creating a mapping hash to map the insensitive names with the ones used in setting. I've also fixed setRequestHeader to append values to existing ones as per the spec. Because of this I needed to set the defaults on send if they haven't been set previously (user-agent obviously can't because it's in the restricted list).
    jacwright committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    94bc55f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4610298 View commit details
    Browse the repository at this point in the history