aboutsummaryrefslogtreecommitdiff
path: root/module/web/uri-query.scm (follow)
Commit message (Collapse)AuthorAge
* Fix encode-query-parameters.Hugo Hörnquist2021-08-15
| | | | | | Multiple parameters are now correctly joined by an ampersand. Also noticed that the given parameters should use the regular ->string for encoding strings.
* Change uri-encode to use ->quoted-string.Hugo Hörnquist2021-08-10
|
* Whoops, add (web uri-query).Hugo Hörnquist2020-08-27