diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-08 12:35:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-08 12:35:02 (GMT) |
commit | bfec0185972b2249de3c6d2555b0bb5289465de7 (patch) | |
tree | 527c6180e37004195fc9f71667caf472fdfc3975 /doc/http.n | |
parent | 2850024a95b72df73712f491bcebfb62d72ed67f (diff) | |
parent | 87d7ad395826aac8d931293e7a61342945b1c746 (diff) | |
download | tcl-bfec0185972b2249de3c6d2555b0bb5289465de7.zip tcl-bfec0185972b2249de3c6d2555b0bb5289465de7.tar.gz tcl-bfec0185972b2249de3c6d2555b0bb5289465de7.tar.bz2 |
[FRQ 3358415]: Minor doc improvement
Diffstat (limited to 'doc/http.n')
-rw-r--r-- | doc/http.n | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |