diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2004-08-18 12:46:26 +0000 |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2004-08-18 12:46:26 +0000 |
| commit | c06b7db88c550b52d25a1b202a1a5e7cd4a06a3d (patch) | |
| tree | 769ee882bb729140d7617b2a37631da3e9001da1 /Doc/lib/libhttplib.tex | |
| parent | 97e16e80ff390fc2b54f8c97327fa2febc4dfcab (diff) | |
| download | cpython-c06b7db88c550b52d25a1b202a1a5e7cd4a06a3d.tar.gz | |
Patch #800236: add HTTPResponse.getheaders().
Diffstat (limited to 'Doc/lib/libhttplib.tex')
| -rw-r--r-- | Doc/lib/libhttplib.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index 8badc71774..60fd7b1031 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -211,6 +211,10 @@ Get the contents of the header \var{name}, or \var{default} if there is no matching header. \end{methoddesc} +\begin{methoddesc}{getheaders}{} +Return a list of (header, value) tuples. \versionadded{2.4} +\end{methoddesc} + \begin{datadesc}{msg} A \class{mimetools.Message} instance containing the response headers. \end{datadesc} |
