aboutsummaryrefslogtreecommitdiff
path: root/lazybones.lisp
AgeCommit message (Collapse)Author
2020-12-14added http-redirectColin Okay
2020-12-11support for multi-evidenceColin Okay
2020-11-21added readmeColin Okay
2020-08-04added filter option to lazybones:serve-directoryColin Okay
2020-08-04cleanColin Okay
2020-06-24version bumpColin 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-24mimetype registry, serve-directoryColin Okay
2020-06-08altered syntax of with-handler-preambleColin Okay
2020-06-07portColin Okay
2020-06-07only stop handlers if they existColin Okay
2020-06-07reload needs the port number tooColin Okay
2020-05-09added logging switch and streamColin Okay
2020-05-07added port to startColin Okay
2020-04-23aliasing http-ok and http-err inside defrouteCoin Okay
2020-04-23added with-handler-preamble and implicit block to handler defsCoin Okay
2020-04-22multipart/form-data decoderCoin Okay
2020-04-22created decoders package, moved json decoderCoin Okay
2020-04-22reorganizing, removed iterate depCoin Okay
2020-04-22route lookup fixCoin Okay
the route key and the req key must be equal in length
2020-04-22hack to send binary data in http responseCoin Okay
2020-04-22decoder lookup is more flexibleCoin Okay
2020-04-20initial commitCoin Okay