WSGI transmits HTTP request headers as HTTP_* environment variables.
We teach our parser about these and hook up a dict-like data
structure that supports case insensitive header manipulation.
Details
Details
- Reviewers
durin42 - Group Reviewers
hg-reviewers - Commits
- rHGf9078c6caeb6: hgweb: parse and store HTTP request headers
rHG29b477d7f334: hgweb: parse and store HTTP request headers
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.