Added HTTP_HOST example header

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Simon Willison 2007-04-23 21:24:41 +00:00
parent 00cb6a1ba8
commit 53eddd4a0f
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ All attributes except ``session`` should be considered read-only.
* ``CONTENT_TYPE`` * ``CONTENT_TYPE``
* ``HTTP_ACCEPT_ENCODING`` * ``HTTP_ACCEPT_ENCODING``
* ``HTTP_ACCEPT_LANGUAGE`` * ``HTTP_ACCEPT_LANGUAGE``
* ``HTTP_HOST`` -- The HTTP Host header sent by the client.
* ``HTTP_REFERER`` -- The referring page, if any. * ``HTTP_REFERER`` -- The referring page, if any.
* ``HTTP_USER_AGENT`` -- The client's user-agent string. * ``HTTP_USER_AGENT`` -- The client's user-agent string.
* ``QUERY_STRING`` -- The query string, as a single (unparsed) string. * ``QUERY_STRING`` -- The query string, as a single (unparsed) string.