-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Why uppercase HTTP headers? #813
Comments
It was easy to implement. |
Ok! |
How? |
I mean we've decided to use upper case at very beginning. Period. HTTP2 prescribes lower-cased header names BTW. |
What is the reason aiohttp converts HTTP headers to uppercase? It is ok according to RFC, but virtually every other client and server uses capitalized headers.
I am mimicking regular browsers so I want to stay as close to their behaviour as possible.
The text was updated successfully, but these errors were encountered: