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:
parent
00cb6a1ba8
commit
53eddd4a0f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue