summaryrefslogtreecommitdiffstats
path: root/doc/http.n
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-02-27 23:49:23 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-02-27 23:49:23 (GMT)
commit60ee451054fa072c36796fce1c41b63781fee85d (patch)
tree255f918867dfa8650731eb81bd3b682afbca43d0 /doc/http.n
parent875ce2be361a6cbefe1f035aa859cf663d1d501a (diff)
downloadtcl-60ee451054fa072c36796fce1c41b63781fee85d.zip
tcl-60ee451054fa072c36796fce1c41b63781fee85d.tar.gz
tcl-60ee451054fa072c36796fce1c41b63781fee85d.tar.bz2
bug #705956 - fix inverted logic when cleaning up socket error in geturl. Document meta accessor.
Diffstat (limited to 'doc/http.n')
-rw-r--r--doc/http.n9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/http.n b/doc/http.n
index 3f04bd5..56c4d94 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: http.n,v 1.31 2007/12/13 15:22:32 dgp Exp $
+'\" RCS: @(#) $Id: http.n,v 1.32 2008/02/27 23:49:23 patthoyts Exp $
'\"
.so man.macros
.TH "http" n 2.5 http "Tcl Bundled Packages"
@@ -36,6 +36,8 @@ http \- Client-side implementation of the HTTP/1.0 protocol
.sp
\fB::http::ncode \fItoken\fR
.sp
+\fB::http::meta \fItoken\fR
+.sp
\fB::http::data \fItoken\fR
.sp
\fB::http::error \fItoken\fR
@@ -315,6 +317,11 @@ This is a convenience procedure that returns the \fBcurrentsize\fR
element of the state array, which represents the number of bytes
received from the URL in the \fB::http::geturl\fR call.
.TP
+\fB::http::meta\fR \fItoken\fR
+This is a convenience procedure that returns the \fBmeta\fR
+element of the state array which contains the HTTP response
+headers. See below for an explanation of this element.
+.TP
\fB::http::cleanup\fR \fItoken\fR
This procedure cleans up the state associated with the connection
identified by \fItoken\fR. After this call, the procedures