Skip to content

Commit

Permalink
[1.7.x] Fixed #24644 -- Added HTTP_ACCEPT to example headers list.
Browse files Browse the repository at this point in the history
Backport of 62261dd from master
  • Loading branch information
adminq80 authored and timgraham committed Apr 16, 2015
1 parent ad63e70 commit 7002539
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/ref/request-response.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ All attributes should be considered read-only, unless stated otherwise below.
Available headers depend on the client and server, but here are some
examples:

* ``CONTENT_LENGTH`` -- the length of the request body (as a string).
* ``CONTENT_TYPE`` -- the MIME type of the request body.
* ``CONTENT_LENGTH`` -- The length of the request body (as a string).
* ``CONTENT_TYPE`` -- The MIME type of the request body.
* ``HTTP_ACCEPT`` -- Acceptable content types for the response.
* ``HTTP_ACCEPT_ENCODING`` -- Acceptable encodings for the response.
* ``HTTP_ACCEPT_LANGUAGE`` -- Acceptable languages for the response.
* ``HTTP_HOST`` -- The HTTP Host header sent by the client.
Expand Down

0 comments on commit 7002539

Please sign in to comment.