summaryrefslogtreecommitdiffstats
path: root/doc/http.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-01-21 23:03:52 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-01-21 23:03:52 (GMT)
commit9fc36886d65d9528baf88a93e59957a5b125b778 (patch)
tree9acc6e7663aa20fff2631c0b113899218b569067 /doc/http.n
parentc0820abc21f24df06915c420f63efab64af79dac (diff)
downloadtcl-9fc36886d65d9528baf88a93e59957a5b125b778.zip
tcl-9fc36886d65d9528baf88a93e59957a5b125b778.tar.gz
tcl-9fc36886d65d9528baf88a93e59957a5b125b778.tar.bz2
More small bits of doc polishing
Diffstat (limited to 'doc/http.n')
-rw-r--r--doc/http.n32
1 files changed, 3 insertions, 29 deletions
diff --git a/doc/http.n b/doc/http.n
index 4105592..f35e917 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -13,66 +13,40 @@
.SH NAME
http \- Client-side implementation of the HTTP/1.1 protocol
.SH SYNOPSIS
+.nf
\fBpackage require http\fR ?\fB2.10\fR?
.\" See Also -useragent option documentation in body!
-.sp
+
\fB::http::config\fR ?\fI\-option value\fR ...?
-.sp
\fB::http::geturl \fIurl\fR ?\fI\-option value\fR ...?
-.sp
\fB::http::formatQuery\fI key value\fR ?\fIkey value\fR ...?
-.sp
\fB::http::quoteString\fI value\fR
-.sp
\fB::http::reset\fI token\fR ?\fIwhy\fR?
-.sp
\fB::http::wait \fItoken\fR
-.sp
\fB::http::status \fItoken\fR
-.sp
\fB::http::size \fItoken\fR
-.sp
\fB::http::error \fItoken\fR
-.sp
\fB::http::postError \fItoken\fR
-.sp
\fB::http::cleanup \fItoken\fR
-.sp
\fB::http::requestLine\fI token\fR
-.sp
\fB::http::requestHeaders\fI token\fR ?\fIheaderName\fR?
-.sp
\fB::http::requestHeaderValue\fI token headerName\fR
-.sp
\fB::http::responseLine\fI token\fR
-.sp
\fB::http::responseCode\fI token\fR
-.sp
\fB::http::reasonPhrase\fI code\fR
-.sp
\fB::http::responseHeaders\fI token\fR ?\fIheaderName\fR?
-.sp
\fB::http::responseHeaderValue\fI token headerName\fR
-.sp
\fB::http::responseInfo\fI token\fR
-.sp
\fB::http::responseBody\fI token\fR
-.sp
\fB::http::register \fIproto port command\fR ?\fIsocketCmdVarName\fR? ?\fIuseSockThread\fR? ?\fIendToEndProxy\fR?
-.sp
\fB::http::registerError \fIsock\fR ?\fImessage\fR?
-.sp
\fB::http::unregister \fIproto\fR
-.sp
\fB::http::code \fItoken\fR
-.sp
\fB::http::data \fItoken\fR
-.sp
\fB::http::meta \fItoken\fR ?\fIheaderName\fR?
-.sp
\fB::http::metaValue\fI token headerName\fR
-.sp
\fB::http::ncode \fItoken\fR
+.fi
.SH "EXPORTED COMMANDS"
.PP
Namespace \fBhttp\fR exports the commands \fBconfig\fR, \fBformatQuery\fR,