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 /library/http/http.tcl | |
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 'library/http/http.tcl')
-rw-r--r-- | library/http/http.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl index 84069ad..bf06cc3 100644 --- a/library/http/http.tcl +++ b/library/http/http.tcl @@ -9,7 +9,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.tcl,v 1.7 1999/07/07 01:58:19 welch Exp $ +# RCS: @(#) $Id: http.tcl,v 1.8 1999/07/20 00:11:52 hershey Exp $ package provide http 2.1 ;# This uses Tcl namespaces @@ -20,7 +20,7 @@ namespace eval http { -accept */* -proxyhost {} -proxyport {} - -useragent {Tcl http client package 2.0} + -useragent {Tcl http client package 2.1} -proxyfilter http::ProxyRequired } |