diff options
author | kjnash <k.j.nash@usa.net> | 2022-05-11 17:21:37 (GMT) |
---|---|---|
committer | kjnash <k.j.nash@usa.net> | 2022-05-11 17:21:37 (GMT) |
commit | e95aa99b53ecc065995e046417ae4379a4b0c160 (patch) | |
tree | da6a172a7c8949b63afa8b8df87954b7ce4048b3 /doc/http.n | |
parent | fd65998dc88309f86e049bf8a5ea134c6a82a210 (diff) | |
download | tcl-e95aa99b53ecc065995e046417ae4379a4b0c160.zip tcl-e95aa99b53ecc065995e046417ae4379a4b0c160.tar.gz tcl-e95aa99b53ecc065995e046417ae4379a4b0c160.tar.bz2 |
Revise http(n) to fix #15e4bd83c2
Diffstat (limited to 'doc/http.n')
-rw-r--r-- | doc/http.n | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |