python/dist/src/Doc/lib libbasehttp.tex, 1.14, 1.14.18.1
Update of /cvsroot/python/python/dist/src/Doc/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17444 Modified Files: Tag: release23-maint libbasehttp.tex Log Message: the headers in an HTTP request are HTTP headers, not MIME headers Index: libbasehttp.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbasehttp.tex,v retrieving revision 1.14 retrieving revision 1.14.18.1 diff -C2 -d -r1.14 -r1.14.18.1 *** libbasehttp.tex 17 Mar 2002 18:37:22 -0000 1.14 --- libbasehttp.tex 29 Apr 2004 02:47:09 -0000 1.14.18.1 *************** *** 181,185 **** \begin{methoddesc}{send_header}{keyword, value} ! Writes a specific MIME header to the output stream. \var{keyword} should specify the header keyword, with \var{value} specifying its value. --- 181,185 ---- \begin{methoddesc}{send_header}{keyword, value} ! Writes a specific HTTP header to the output stream. \var{keyword} should specify the header keyword, with \var{value} specifying its value. *************** *** 187,191 **** \begin{methoddesc}{end_headers}{} ! Sends a blank line, indicating the end of the MIME headers in the response. \end{methoddesc} --- 187,191 ---- \begin{methoddesc}{end_headers}{} ! Sends a blank line, indicating the end of the HTTP headers in the response. \end{methoddesc}
participants (1)
-
fdrake@users.sourceforge.net