summaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorNate Prewitt <Nate.Prewitt@gmail.com>2016-07-06 15:10:46 -0600
committerNate Prewitt <Nate.Prewitt@gmail.com>2016-07-07 07:44:20 -0600
commit1cb3b797fe1d762322eb1ab3463a615cadc51ee3 (patch)
tree68901bac2b8d6b378323beb22d04d7515364c798 /docs/user
parent7700ecae14930fd078e28e35425661d46778bfa9 (diff)
downloadpython-requests-1cb3b797fe1d762322eb1ab3463a615cadc51ee3.tar.gz
updating documentation to reflect decision of #3386
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/quickstart.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst
index cc6d32df..e48a48a5 100644
--- a/docs/user/quickstart.rst
+++ b/docs/user/quickstart.rst
@@ -211,6 +211,7 @@ Note: Custom headers are given less precedence than more specific sources of inf
Furthermore, Requests does not change its behavior at all based on which custom headers are specified. The headers are simply passed on into the final request.
+Note: All header values must be a ``string``, bytestring, or unicode. While permitted, it's advised to avoid passing unicode header values.
More complicated POST requests
------------------------------