]> granicus.if.org Git - python/commitdiff
the headers in an HTTP request are HTTP headers, not MIME headers
authorFred Drake <fdrake@acm.org>
Thu, 29 Apr 2004 02:47:38 +0000 (02:47 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Apr 2004 02:47:38 +0000 (02:47 +0000)
Doc/lib/libbasehttp.tex

index e00ae360fa0a0353d65b1b63df6953feba6ce1ff..bf2bb7f42dc5e7a52a03a4126a136a313f67bee6 100644 (file)
@@ -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}