mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Clarify that request.headers names are converted to lowercase
This commit is contained in:
parent
b010af7bb8
commit
adedd85b68
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ The request object is passed to various plugin hooks. It represents an incoming
|
||||||
The request scheme - usually ``https`` or ``http``.
|
The request scheme - usually ``https`` or ``http``.
|
||||||
|
|
||||||
``.headers`` - dictionary (str -> str)
|
``.headers`` - dictionary (str -> str)
|
||||||
A dictionary of incoming HTTP request headers.
|
A dictionary of incoming HTTP request headers. Header names have been converted to lowercase.
|
||||||
|
|
||||||
``.cookies`` - dictionary (str -> str)
|
``.cookies`` - dictionary (str -> str)
|
||||||
A dictionary of incoming cookies
|
A dictionary of incoming cookies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue