-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
[Doc][urllib.request] Explicit the fact that header keys are sent in Camel case #87497
Comments
Currently, the Request (https://docs.python.org/3/library/urllib.request.html#urllib.request.Request) send header keys in Camel case. This is a choice strategy (no problem with that) and even if headers should be considered insensitively (RFC 7230 - 3.2. Header Fields: https://tools.ietf.org/html/rfc7230#section-3.2), this is not always the case. The fact that header keys are "rewritten" (in Camel case) could occurs complexity in troubleshooting (for sample: probot/adapter-aws-lambda-serverless#62). Having a note/mention about that in documentation would be nice. PR will come. |
…H-24661) Co-authored-by: Jelle Zijlstra <[email protected]>
…ase (pythonGH-24661) Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 325d6f5) Co-authored-by: Alix Lourme <[email protected]>
…H-24661) Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 325d6f5) Co-authored-by: Alix Lourme <[email protected]>
…H-24661) (#91517) Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 325d6f5) Co-authored-by: Alix Lourme <[email protected]>
Thanks, this is now mentioned in the documentation :-) |
…ase (pythonGH-24661) Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 325d6f5) Co-authored-by: Alix Lourme <[email protected]>
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: