aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/web/query.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/web/query.texi')
-rw-r--r--doc/ref/web/query.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ref/web/query.texi b/doc/ref/web/query.texi
index df3ba953..6458db5a 100644
--- a/doc/ref/web/query.texi
+++ b/doc/ref/web/query.texi
@@ -7,3 +7,8 @@ Given a string like ``?key=value&other=something'', returns
both key and value. A key without a value decodes to that key, with
itself as its value
@end defun
+
+@defun encode-query-parameters parameters
+Given the association list @var{parameter}, encode it into a query
+string on the form ``key=value&...''.
+@end defun