aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-14Fix: added features to get set-cookie to work properlyColin Okay
2022-08-29Remove: readme.mdColin Okay
2022-08-29Add: readme.orgColin Okay
2022-08-07[remove] unneeded filesColin Okay
2022-05-27updated readme pointlesslyColin Okay
2022-03-20[tweak] remove spurious print statementColin Okay
2022-02-24added server domain. set-cookie uses it if available.Colin Okay
2022-02-23added prefixes to appsColin Okay
2022-02-21adding copyright noticesColin Okay
2022-02-20Merge branch 'master' of github.com:cbeo/lazybonesColin Okay
2022-02-20ultra basic debugging on handler errorColin Okay
2022-02-17add whole classes to documentationColin Okay
2022-02-16patch version bumpsColin Okay
2022-02-16allowing get endpoints to respond to head requestsColin Okay
2022-02-16version bumpColin Okay
2022-02-16added definitions to apps; appended definitions to generated docsColin Okay
2022-02-16re-exporting set-response-cookie from lazybones packageColin Okay
2022-02-16lazybones version bumpColin 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-14version bump in hunchentoot backendColin Okay
2022-02-14default content type tweak in hunchentoot backendColin Okay
2022-02-13updated readmeColin Okay
2022-02-13Made 200 response the default. http-err now singals conditionColin Okay
2022-02-13renamed lazybones-test packageColin Okay
2022-02-13renamed lazybones-test to lazybones-exampleColin Okay
2022-02-12formatting and comments in exampleColin Okay
2022-02-12comments to exampleColin Okay
2022-02-12tweaking doc generationColin Okay
2022-02-12tweaking doc generationColin Okay
2022-02-12updated readmeColin Okay
2022-02-12updated example docs outputColin Okay
2022-02-12updating documentation generationColin Okay
2022-02-12returning 403 on not authorizedColin Okay
2022-02-12updated readme and exampleColin Okay
2022-02-12tweak macroColin Okay
2022-02-12bumped minor version. explicit support for query params in endpointsColin Okay
2022-02-12added gitignoreColin Okay
2022-02-10decided to drop the app-stateColin Okay
For two reasons. 1) concurrent access to the app-state-table is non-portable and was probably added to address a specific need I found myself reaching for; 2) because lazybones is about routing, and nothing more -- all state should live elsewhere.
2022-02-10state table synchronizedColin Okay
2022-02-10added remove-app-state functionColin Okay
2022-02-10changed app state to compare keys with equalColin Okay
2022-02-09defined map-parametersColin Okay
2022-02-09added let-parametersColin Okay
2022-02-09more robust install-appColin Okay
2022-02-09removed obsolete utilityColin Okay
2022-02-09added second example to readmeColin Okay
2022-02-08clarifying exampleColin Okay
2022-02-08clarifying exampleColin Okay
2022-02-08typo, wordingColin Okay