summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libbasehttp.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-04-29 02:47:38 (GMT)
committerFred Drake <fdrake@acm.org>2004-04-29 02:47:38 (GMT)
commit6fbf703fa2ae593be4aeaef8239594e7aa6e3bb5 (patch)
tree1e2baf3a905531ce76d0253a9097a34f946b37f8 /Doc/lib/libbasehttp.tex
parentc60c2036706416b7e2c475598ccda379e31eb286 (diff)
downloadcpython-6fbf703fa2ae593be4aeaef8239594e7aa6e3bb5.zip
cpython-6fbf703fa2ae593be4aeaef8239594e7aa6e3bb5.tar.gz
cpython-6fbf703fa2ae593be4aeaef8239594e7aa6e3bb5.tar.bz2
the headers in an HTTP request are HTTP headers, not MIME headers
Diffstat (limited to 'Doc/lib/libbasehttp.tex')
-rw-r--r--Doc/lib/libbasehttp.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libbasehttp.tex b/Doc/lib/libbasehttp.tex
index e00ae36..bf2bb7f 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}