Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-11 | support for multi-evidence | Colin Okay | |
2020-11-21 | added readme | Colin Okay | |
2020-08-04 | added filter option to lazybones:serve-directory | Colin Okay | |
2020-08-04 | clean | Colin Okay | |
2020-06-24 | version bump | Colin Okay | |
- changed route formation "/foo//bar" == "/foo/bar" which means that "/" == "". Be warned. - added a default file serving mimetype of application/octet-stream | |||
2020-06-24 | mimetype registry, serve-directory | Colin Okay | |
2020-06-08 | altered syntax of with-handler-preamble | Colin Okay | |
2020-06-07 | port | Colin Okay | |
2020-06-07 | only stop handlers if they exist | Colin Okay | |
2020-06-07 | reload needs the port number too | Colin Okay | |
2020-05-09 | added logging switch and stream | Colin Okay | |
2020-05-07 | added port to start | Colin Okay | |
2020-04-23 | aliasing http-ok and http-err inside defroute | Coin Okay | |
2020-04-23 | added with-handler-preamble and implicit block to handler defs | Coin Okay | |
2020-04-22 | multipart/form-data decoder | Coin Okay | |
2020-04-22 | created decoders package, moved json decoder | Coin Okay | |
2020-04-22 | reorganizing, removed iterate dep | Coin Okay | |
2020-04-22 | route lookup fix | Coin Okay | |
the route key and the req key must be equal in length | |||
2020-04-22 | hack to send binary data in http response | Coin Okay | |
2020-04-22 | decoder lookup is more flexible | Coin Okay | |
2020-04-20 | initial commit | Coin Okay | |