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

Make header() method case-insensitive #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ybr-nx
Copy link

@ybr-nx ybr-nx commented Sep 25, 2019

Each header field consists of a case-insensitive field name followed by a colon (":"), optional leading whitespace, the field value, and optional trailing whitespace.

HTTP 1/1 - RFC7230

Just as in HTTP/1.x, header field names are strings of ASCII characters that are compared in a case-insensitive fashion.

HTTP2 - RFC7540

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.

1 participant