summaryrefslogtreecommitdiffstats
path: root/library/http
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-11-19 23:10:08 (GMT)
committerhobbs <hobbs>1999-11-19 23:10:08 (GMT)
commitfa32157731af2786e286a722749b1a52795a5e89 (patch)
tree7b110575e10b187ab78433736ea6fd36138f1162 /library/http
parent241971c7b22cbf1c000d6c3986d3c7e4c80d2614 (diff)
downloadtcl-fa32157731af2786e286a722749b1a52795a5e89.zip
tcl-fa32157731af2786e286a722749b1a52795a5e89.tar.gz
tcl-fa32157731af2786e286a722749b1a52795a5e89.tar.bz2
*** empty log message ***
Diffstat (limited to 'library/http')
-rw-r--r--library/http/http.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl
index abfdf91..b0af22f 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.17 1999/11/19 23:02:29 hobbs Exp $
+# RCS: @(#) $Id: http.tcl,v 1.18 1999/11/19 23:10:08 hobbs Exp $
package provide http 2.2 ;# This uses Tcl namespaces
@@ -19,7 +19,7 @@ namespace eval http {
-accept */*
-proxyhost {}
-proxyport {}
- -useragent {Tcl http client package 2.1}
+ -useragent {Tcl http client package 2.2}
-proxyfilter http::ProxyRequired
}