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 (
Expand
)
Author
2023-11-18
version 1.0
colin
2023-11-18
Version bump; Allow for control of keyword reading
colin
2023-09-17
Fixed response header setting to make redirection work
colin
2022-10-14
Fix: added features to get set-cookie to work properly
Colin Okay
2022-03-20
[tweak] remove spurious print statement
Colin Okay
2022-02-24
added server domain. set-cookie uses it if available.
Colin Okay
2022-02-23
added prefixes to apps
Colin Okay
2022-02-21
adding copyright notices
Colin Okay
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