summaryrefslogtreecommitdiffstats
path: root/doc/http.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-07-08 12:32:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-07-08 12:32:41 (GMT)
commita3a031b7cc62babfe4ec83facc6ecadde511f2b0 (patch)
tree0c20343dbba93541bcf50f6d52c75c49c882b90a /doc/http.n
parent728a7cde00d367beb2873570be4a12baae753fbf (diff)
downloadtcl-a3a031b7cc62babfe4ec83facc6ecadde511f2b0.zip
tcl-a3a031b7cc62babfe4ec83facc6ecadde511f2b0.tar.gz
tcl-a3a031b7cc62babfe4ec83facc6ecadde511f2b0.tar.bz2
[FRQ 3358415]: Minor doc improvement
Diffstat (limited to 'doc/http.n')
-rw-r--r--doc/http.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/http.n b/doc/http.n
index 77dfc7f..24b5f6a 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -49,7 +49,8 @@ http \- Client-side implementation of the HTTP/1.1 protocol
.SH DESCRIPTION
.PP
The \fBhttp\fR package provides the client side of the HTTP/1.1
-protocol. The package implements the GET, POST, and HEAD operations
+protocol, as defined in RFC 2616.
+The package implements the GET, POST, and HEAD operations
of HTTP/1.1. It allows configuration of a proxy host to get through
firewalls. The package is compatible with the \fBSafesock\fR security
policy, so it can be used by untrusted applets to do URL fetching from