From: Fred Drake Date: Thu, 29 Apr 2004 02:47:09 +0000 (+0000) Subject: the headers in an HTTP request are HTTP headers, not MIME headers X-Git-Tag: v2.3.4c1~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=520c341469d177eebeb48cf565f1eddc6ac1861a;p=thirdparty%2FPython%2Fcpython.git the headers in an HTTP request are HTTP headers, not MIME headers --- diff --git a/Doc/lib/libbasehttp.tex b/Doc/lib/libbasehttp.tex index e00ae360fa0a..bf2bb7f42dc5 100644 --- a/Doc/lib/libbasehttp.tex +++ b/Doc/lib/libbasehttp.tex @@ -180,13 +180,13 @@ respectively. \end{methoddesc} \begin{methoddesc}{send_header}{keyword, value} -Writes a specific MIME header to the output stream. \var{keyword} +Writes a specific HTTP header to the output stream. \var{keyword} should specify the header keyword, with \var{value} specifying its value. \end{methoddesc} \begin{methoddesc}{end_headers}{} -Sends a blank line, indicating the end of the MIME headers in +Sends a blank line, indicating the end of the HTTP headers in the response. \end{methoddesc}