Kaydet (Commit) 6fbf703f authored tarafından Fred Drake's avatar Fred Drake

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

üst c60c2036
...@@ -180,13 +180,13 @@ respectively. ...@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment