diff options
author | hershey <hershey> | 1999-07-20 00:11:51 (GMT) |
---|---|---|
committer | hershey <hershey> | 1999-07-20 00:11:51 (GMT) |
commit | 8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff (patch) | |
tree | 477d02a2f857d6feb07c35ccea84bb1102ed3978 /doc/http.n | |
parent | 76306cfd576de8cebb41c8ef638a2dcfefcec23b (diff) | |
download | tcl-8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff.zip tcl-8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff.tar.gz tcl-8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff.tar.bz2 |
changed http package version from 2.0 to 2.1
Diffstat (limited to 'doc/http.n')
-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? |