mirror of
https://github.com/python/cpython.git
synced 2025-09-14 12:46:49 +00:00
the headers in an HTTP request are HTTP headers, not MIME headers
This commit is contained in:
parent
c60c203670
commit
6fbf703fa2
1 changed files with 2 additions and 2 deletions
|
@ -180,13 +180,13 @@ respectively.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}{send_header}{keyword, value}
|
\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
|
should specify the header keyword, with \var{value} specifying
|
||||||
its value.
|
its value.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}{end_headers}{}
|
\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.
|
the response.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue