aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/web/query.texi
blob: df3ba95312077efb72fd3e2fc7354cec23b41e6f (plain)
1
2
3
4
5
6
7
8
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