From a3675c13336afb0b37e0f211c649813f4f291224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 12 Sep 2023 10:35:37 +0200 Subject: Further doc work. --- doc/ref/web/query.texi | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/ref/web/query.texi (limited to 'doc/ref/web/query.texi') diff --git a/doc/ref/web/query.texi b/doc/ref/web/query.texi new file mode 100644 index 00000000..df3ba953 --- /dev/null +++ b/doc/ref/web/query.texi @@ -0,0 +1,9 @@ +@node Web Query +@section (web query) + +@defun parse-query query-string [encoding=''UTF-8''] +Given a string like ``?key=value&other=something'', returns +@code{(key: "value" other: "something")}. Performs uri-decoding of +both key and value. A key without a value decodes to that key, with +itself as its value +@end defun -- cgit v1.2.3