diff options
author | hershey <hershey@noemail.net> | 1999-07-20 00:11:51 (GMT) |
---|---|---|
committer | hershey <hershey@noemail.net> | 1999-07-20 00:11:51 (GMT) |
commit | 8dccf5d8cc3fed9a21908f01357df580982c7f6c (patch) | |
tree | 477d02a2f857d6feb07c35ccea84bb1102ed3978 /doc | |
parent | 79e357bfb6f1d6e099565f86e2deee7f20ec202a (diff) | |
download | tcl-8dccf5d8cc3fed9a21908f01357df580982c7f6c.zip tcl-8dccf5d8cc3fed9a21908f01357df580982c7f6c.tar.gz tcl-8dccf5d8cc3fed9a21908f01357df580982c7f6c.tar.bz2 |
changed http package version from 2.0 to 2.1
FossilOrigin-Name: fda7557642412010ee7cce13858a8498b662b5f7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/http.n | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,10 +1,11 @@ '\" '\" Copyright (c) 1995-1997 Sun Microsystems, Inc. +'\" Copyright (c) 1999 by Scriptics Corporation. '\" '\" 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.4 1999/06/30 17:46:51 welch Exp $ +'\" RCS: @(#) $Id: http.n,v 1.5 1999/07/20 00:11:52 hershey Exp $ '\" .so man.macros .TH "Http" n 8.0 Tcl "Tcl Built-In Commands" @@ -13,7 +14,7 @@ .SH NAME Http \- Client-side implementation of the HTTP/1.0 protocol. .SH SYNOPSIS -\fBpackage require http ?2.0?\fP +\fBpackage require http ?2.1?\fP .sp \fB::http::config \fI?options?\fR .sp @@ -100,7 +101,7 @@ non-empty. .TP \fB\-useragent\fP \fIstring\fP The value of the User-Agent header in the HTTP request. The default -is \fB"Tcl http client package 2.0."\fR +is \fB"Tcl http client package 2.1."\fR .RE .TP \fB::http::geturl\fP \fIurl\fP ?\fIoptions\fP? |