aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-24 18:53:11 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-24 18:53:11 +0200
commitec2d143ffd4bc1f81f1cd2caa06cffb3e52105a9 (patch)
tree47b3144c970a638b024b22a3ef7d8b0bb3be93f9 /doc
parentSplit webdav documentation into multiple files. (diff)
downloadcalp-ec2d143ffd4bc1f81f1cd2caa06cffb3e52105a9.tar.gz
calp-ec2d143ffd4bc1f81f1cd2caa06cffb3e52105a9.tar.xz
Merge (web uri-query) into (web query).
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/web.texi1
-rw-r--r--doc/ref/web/query.texi5
-rw-r--r--doc/ref/web/uri-query.texi7
3 files changed, 5 insertions, 8 deletions
diff --git a/doc/ref/web.texi b/doc/ref/web.texi
index 8574e166..cf80e26e 100644
--- a/doc/ref/web.texi
+++ b/doc/ref/web.texi
@@ -2,5 +2,4 @@
@chapter Webservers and -Clients
@include web/query.texi
-@include web/uri-query.texi
@include web/routes.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
diff --git a/doc/ref/web/uri-query.texi b/doc/ref/web/uri-query.texi
deleted file mode 100644
index d3df3a70..00000000
--- a/doc/ref/web/uri-query.texi
+++ /dev/null
@@ -1,7 +0,0 @@
-@node URI Query
-@section (web uri-query)
-
-@defun encode-query-parameters parameters
-Given the association list @var{parameter}, encode it into a query
-string on the form ``key=value&...''.
-@end defun