From c06b7db88c550b52d25a1b202a1a5e7cd4a06a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 18 Aug 2004 12:46:26 +0000 Subject: Patch #800236: add HTTPResponse.getheaders(). --- Doc/lib/libhttplib.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Doc/lib/libhttplib.tex') 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} -- cgit v1.2.1