diff options
| author | Simon Willison <simon@simonwillison.net> | 2007-04-23 21:24:41 +0000 |
|---|---|---|
| committer | Simon Willison <simon@simonwillison.net> | 2007-04-23 21:24:41 +0000 |
| commit | 53eddd4a0f8786e23f511a653d8d7ffa947ad8db (patch) | |
| tree | f426aca8244dd74eec10260d825245e962ba0f11 /docs/request_response.txt | |
| parent | 00cb6a1ba81711c6fc361a3fc0498685bf3953e8 (diff) | |
Added HTTP_HOST example header
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/request_response.txt')
| -rw-r--r-- | docs/request_response.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/request_response.txt b/docs/request_response.txt index c0272461ca..0b985d563b 100644 --- a/docs/request_response.txt +++ b/docs/request_response.txt @@ -93,6 +93,7 @@ All attributes except ``session`` should be considered read-only. * ``CONTENT_TYPE`` * ``HTTP_ACCEPT_ENCODING`` * ``HTTP_ACCEPT_LANGUAGE`` + * ``HTTP_HOST`` -- The HTTP Host header sent by the client. * ``HTTP_REFERER`` -- The referring page, if any. * ``HTTP_USER_AGENT`` -- The client's user-agent string. * ``QUERY_STRING`` -- The query string, as a single (unparsed) string. |
