summaryrefslogtreecommitdiff
path: root/docs/user/quickstart.rst
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2018-03-15 08:59:47 -0400
committerKenneth Reitz <me@kennethreitz.org>2018-03-15 08:59:47 -0400
commitb2e99359fc96561652e9b80164aaf36262b3df91 (patch)
treecf1011b9acd6824f3dedc5735cce4a6c985adf4c /docs/user/quickstart.rst
parentfa33697514c1c3d52ccbf6641e30144a14ecc097 (diff)
parent4f0b496d2b3c91d72a951bebdd6be9cec33c17d6 (diff)
downloadpython-requests-b2e99359fc96561652e9b80164aaf36262b3df91.tar.gz
merge
Diffstat (limited to 'docs/user/quickstart.rst')
-rw-r--r--docs/user/quickstart.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst
index 109c3415..574ffcfc 100644
--- a/docs/user/quickstart.rst
+++ b/docs/user/quickstart.rst
@@ -420,6 +420,10 @@ represented in the dictionary within a single mapping, as per
of the message, by appending each subsequent field value to the combined
field value in order, separated by a comma.
+If you do need to access each individual value sent with the same header, then
+you can use the ``getlist`` method to get a sequence of all the values returned
+for a particular header.
+
Cookies
-------