diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2018-03-15 08:59:47 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2018-03-15 08:59:47 -0400 |
| commit | b2e99359fc96561652e9b80164aaf36262b3df91 (patch) | |
| tree | cf1011b9acd6824f3dedc5735cce4a6c985adf4c /docs/user/quickstart.rst | |
| parent | fa33697514c1c3d52ccbf6641e30144a14ecc097 (diff) | |
| parent | 4f0b496d2b3c91d72a951bebdd6be9cec33c17d6 (diff) | |
| download | python-requests-b2e99359fc96561652e9b80164aaf36262b3df91.tar.gz | |
merge
Diffstat (limited to 'docs/user/quickstart.rst')
| -rw-r--r-- | docs/user/quickstart.rst | 4 |
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 ------- |
