diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-02-27 23:58:13 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-02-27 23:58:13 (GMT) |
commit | 5771efaaf4889edc70633892c57587bc1df5445a (patch) | |
tree | 58a3dc1a0af13a72b6d3678130d338bb32eadd16 /doc/http.n | |
parent | 41fc5bbfdb6b8ddd54f155e0858ba45e2b3f3224 (diff) | |
download | tcl-5771efaaf4889edc70633892c57587bc1df5445a.zip tcl-5771efaaf4889edc70633892c57587bc1df5445a.tar.gz tcl-5771efaaf4889edc70633892c57587bc1df5445a.tar.bz2 |
Backport http 2.5.5 changes from HEAD
Diffstat (limited to 'doc/http.n')
-rw-r--r-- | doc/http.n | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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.18.2.3 2004/10/27 12:52:40 dkf Exp $ +'\" RCS: @(#) $Id: http.n,v 1.18.2.4 2008/02/27 23:58:17 patthoyts Exp $ '\" .so man.macros .TH "http" n 2.5 http "Tcl Bundled Packages" @@ -35,6 +35,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 @@ -310,6 +312,11 @@ This is a convenience procedure that returns the \fBcurrentsize\fP element of the state array, which represents the number of bytes received from the URL in the \fB::http::geturl\fP call. .TP +\fB::http::meta\fP \fItoken\fP +This is a convenience procedure that returns the \fBmeta\fP +element of the state array which contains the HTTP response +headers. See below for an explanation of this element. +.TP \fB::http::cleanup\fP \fItoken\fP This procedure cleans up the state associated with the connection identified by \fItoken\fP. After this call, the procedures |