From ec2d143ffd4bc1f81f1cd2caa06cffb3e52105a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 24 Oct 2023 18:53:11 +0200 Subject: Merge (web uri-query) into (web query). --- doc/ref/web/query.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ref/web/query.texi') 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 -- cgit v1.2.3