summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.