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

Support header name capitalization #9891

Merged

Commits on Jul 7, 2022

  1. Support capitalizing request header names

    Updates the headersToLowerCase function to allow for intentionally
    capitalized header names, hopefully without breaking servers
    that expect our header names to be all-lowercase
    and hopefully still preventing people from
    accidentally duplicating headers
    MrDoomBringer committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    9c1356c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76cf6e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Styling Suggestions

    (Accidental debugger statements count as style right?)
    MrDoomBringer committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    ab062e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76655a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4695569 View commit details
    Browse the repository at this point in the history
  4. Style

    MrDoomBringer committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    704d97a View commit details
    Browse the repository at this point in the history
  5. Style pt. 3/???

    MrDoomBringer committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    679aa54 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Empty commit

    MrDoomBringer committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    db7d590 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    4680a88 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    2e08b6f View commit details
    Browse the repository at this point in the history
  2. Update package.json

    MrDoomBringer committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    158c064 View commit details
    Browse the repository at this point in the history
  3. Empty Commit

    MrDoomBringer committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    12c1dac View commit details
    Browse the repository at this point in the history