index
:
colin/lazybones.git
main
HTTP Routing framework in Common Lisp
colin <colin@cicadas.surf>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lazybones-hunchentoot.lisp
Age
Commit message (
Collapse
)
Author
2022-02-20
ultra basic debugging on handler error
Colin Okay
2022-02-16
allowing get endpoints to respond to head requests
Colin Okay
2022-02-16
replaced setf response-cookie with set-response-cookie
Colin Okay
2022-02-16
cacheing calls to request-body per request in backend
Colin Okay
2022-02-14
default content type tweak in hunchentoot backend
Colin Okay
2022-02-13
Made 200 response the default. http-err now singals condition
Colin Okay
2022-02-09
more robust install-app
Colin Okay
2022-02-08
better custom error handling
Colin Okay
2022-02-08
canned error resposnes moved into server api (duh), updated readme
Colin Okay
2022-02-07
debugging post body deserialization
Colin Okay
2022-02-07
todo
Colin Okay
2022-02-07
huzzah! all the parts are in place.
Colin Okay
2022-02-07
typo
Colin Okay
2022-02-07
supporting responses
Colin Okay
2022-02-06
binding of dynamic variables pushed to run-endpoint
Colin Okay
2022-02-06
Route handling logic written (untested)
Colin Okay
2022-02-04
initial work developing hunchentoot backend
Colin Okay
2022-02-03
added lazybones-hunchentoot.lisp - to be a backend for lazybones
Colin Okay