Skip to content

Conversation

fhessel
Copy link
Owner

@fhessel fhessel commented Mar 23, 2020

With this PR, case of header names is normalized so that the first letter and each first letter after a non-alphanumeric character is converted to uppercase and all other letters to lowercase.

Examples:

  • content-length becomes Content-Length
  • HOST becomes Host

That allows working with headers independently of their case, as specified in the RFCs listed below.

References

Issues

@fhessel fhessel added CI: Build Examples When set, the examples will be built for this PR and removed CI: Build Examples When set, the examples will be built for this PR labels Mar 24, 2020
@github-actions github-actions bot removed the CI: Build Examples When set, the examples will be built for this PR label Mar 24, 2020
@fhessel fhessel merged commit a10f4e8 into master Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Headers are case-sensitive
1 participant