aboutsummaryrefslogtreecommitdiff
path: root/module/web/uri-query.scm (follow)
Commit message (Collapse)AuthorAge
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* 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