aboutsummaryrefslogtreecommitdiff
path: root/module/web/uri-query.scm (unfollow)
Commit message (Collapse)Author
2022-06-23Remove ->str and ->quoted-string.Hugo Hörnquist
->str as an alias of ->string is removed. ->string is however left. ->quoted-string was always weird, and was only used once.
2022-06-23Centralize (almost) all exports to :export in define-module.Hugo Hörnquist
2022-06-11Add number of TODO's.Hugo Hörnquist
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
This is the first (major) step in splitting the generally useful items into its own library.
2021-08-15Fix encode-query-parameters.Hugo Hörnquist
Multiple parameters are now correctly joined by an ampersand. Also noticed that the given parameters should use the regular ->string for encoding strings.
2021-08-10Change uri-encode to use ->quoted-string.Hugo Hörnquist
2020-08-27Whoops, add (web uri-query).Hugo Hörnquist