aboutsummaryrefslogtreecommitdiff
path: root/module/web/uri-query.scm (follow)
Commit message (Collapse)AuthorAge
* Remove ->str and ->quoted-string.Hugo Hörnquist2022-06-23
| | | | | | ->str as an alias of ->string is removed. ->string is however left. ->quoted-string was always weird, and was only used once.
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* Add number of TODO's.Hugo Hörnquist2022-06-11
|
* 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