From fa32157731af2786e286a722749b1a52795a5e89 Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 19 Nov 1999 23:10:08 +0000 Subject: *** empty log message *** --- doc/http.n | 4 ++-- library/http/http.tcl | 4 ++-- library/http2.1/http.tcl | 4 ++-- library/http2.3/http.tcl | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/http.n b/doc/http.n index 6b49aee..3e750d9 100644 --- a/doc/http.n +++ b/doc/http.n @@ -5,7 +5,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.7 1999/11/19 23:08:29 hobbs Exp $ +'\" RCS: @(#) $Id: http.n,v 1.8 1999/11/19 23:10:17 hobbs Exp $ '\" .so man.macros .TH "Http" n 8.3 Tcl "Tcl Built-In Commands" @@ -107,7 +107,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.1."\fR +is \fB"Tcl http client package 2.2."\fR .RE .TP \fB::http::geturl\fP \fIurl\fP ?\fIoptions\fP? 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 } diff --git a/library/http2.1/http.tcl b/library/http2.1/http.tcl index abfdf91..b0af22f 100644 --- a/library/http2.1/http.tcl +++ b/library/http2.1/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 } diff --git a/library/http2.3/http.tcl b/library/http2.3/http.tcl index abfdf91..b0af22f 100644 --- a/library/http2.3/http.tcl +++ b/library/http2.3/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 } -- cgit v0.12