diff options
| author | Sergey Fursov <GeyseR85@gmail.com> | 2019-01-28 01:30:47 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-27 17:30:47 -0500 |
| commit | 20ea68c4fea2beca258634ef026146d1555cc5b7 (patch) | |
| tree | a52a838d04b2dd625d9f6b720c7a642d92575254 /docs/ref/request-response.txt | |
| parent | 00b2e4b67cb3e15e0ce0d9160f845d5deb7e33af (diff) | |
Fixed typo in docs/ref/request-response.txt.
Diffstat (limited to 'docs/ref/request-response.txt')
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 9c75383ef0..e29d9f5811 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -167,7 +167,7 @@ All attributes should be considered read-only, unless stated otherwise. underscores in WSGI environment variables. It matches the behavior of Web servers like Nginx and Apache 2.4+. - :attr:`HttpRequest.headers` is a simpler way to access all HTTP-prefixd + :attr:`HttpRequest.headers` is a simpler way to access all HTTP-prefixed headers, plus ``CONTENT_LENGTH`` and ``CONTENT_TYPE``. .. attribute:: HttpRequest.headers |
