the headers in an HTTP request are HTTP headers, not MIME headers

This commit is contained in:
Fred Drake 2004-04-29 02:47:38 +00:00
parent c60c203670
commit 6fbf703fa2
1 changed files with 2 additions and 2 deletions

View 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}