aboutsummaryrefslogtreecommitdiff
path: root/module/web (follow)
Commit message (Collapse)AuthorAge
* Fix r:host and r:port in make-route's body.Hugo Hörnquist2022-03-15
| | | | | | | Also noted that r:port was bound twice. The earlier binding (which is now removed) was a Guile IO-port for writing the response, while the later was the target port number of the request.
* Qualify functions in make-routes expansion.Hugo Hörnquist2022-03-15
| | | | | Previously, the user of the macro needed a correct environment. This should not be needed any more.
* 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
|
* Add rudementary server logging.Hugo Hörnquist2020-10-15
|
* Whoops, add (web uri-query).Hugo Hörnquist2020-08-27
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* fixes.Hugo Hörnquist2020-08-17
|
* Split module/server into stuff.Hugo Hörnquist2020-08-17