summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkjnash <k.j.nash@usa.net>2022-05-11 17:21:37 (GMT)
committerkjnash <k.j.nash@usa.net>2022-05-11 17:21:37 (GMT)
commite95aa99b53ecc065995e046417ae4379a4b0c160 (patch)
treeda6a172a7c8949b63afa8b8df87954b7ce4048b3 /doc
parentfd65998dc88309f86e049bf8a5ea134c6a82a210 (diff)
downloadtcl-e95aa99b53ecc065995e046417ae4379a4b0c160.zip
tcl-e95aa99b53ecc065995e046417ae4379a4b0c160.tar.gz
tcl-e95aa99b53ecc065995e046417ae4379a4b0c160.tar.bz2
Revise http(n) to fix #15e4bd83c2
Diffstat (limited to 'doc')
-rw-r--r--doc/http.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/http.n b/doc/http.n
index a451f80..ed698f2 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -318,7 +318,8 @@ otherwise complain about HTTP/1.1.
.TP
\fB\-query\fR \fIquery\fR
.
-This flag causes \fB::http::geturl\fR to do a POST request that passes the
+This flag (if the value is non-empty) causes \fB::http::geturl\fR to do a
+POST request that passes the
\fIquery\fR as payload verbatim to the server.
The content format (and encoding) of \fIquery\fR is announced by the header
field \fBcontent-type\fR set by the option \fB-type\fR.