aboutsummaryrefslogtreecommitdiff
path: root/lazybones-hunchentoot.lisp
AgeCommit message (Expand)Author
2022-02-23added prefixes to appsColin Okay
2022-02-21adding copyright noticesColin Okay
2022-02-20ultra basic debugging on handler errorColin Okay
2022-02-16allowing get endpoints to respond to head requestsColin Okay
2022-02-16replaced setf response-cookie with set-response-cookieColin Okay
2022-02-16cacheing calls to request-body per request in backendColin Okay
2022-02-14default content type tweak in hunchentoot backendColin Okay
2022-02-13Made 200 response the default. http-err now singals conditionColin Okay
2022-02-09more robust install-appColin Okay
2022-02-08better custom error handlingColin Okay
2022-02-08canned error resposnes moved into server api (duh), updated readmeColin Okay
2022-02-07debugging post body deserializationColin Okay
2022-02-07todoColin Okay
2022-02-07huzzah! all the parts are in place.Colin Okay
2022-02-07typoColin Okay
2022-02-07supporting responsesColin Okay
2022-02-06binding of dynamic variables pushed to run-endpointColin Okay
2022-02-06Route handling logic written (untested)Colin Okay
2022-02-04initial work developing hunchentoot backendColin Okay
2022-02-03added lazybones-hunchentoot.lisp - to be a backend for lazybonesColin Okay