aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-05-06Import `(ice-9 regex)' with `reg:' prefix.W. Kosior
2025-05-06Import SRFI-1 with `s1:' prefix.W. Kosior
2025-03-27For other content types return nil from `multipart/form-data' proc.W. Kosior
2025-03-27(BREAKING!) Make monadic versions of helper procedures.W. Kosior
2025-03-26Allow using custom syntactic monad when defining an endpoint.W. Kosior
2025-03-26Do not use programmer-supplied HTTP headers on automatic redirect.W. Kosior
2025-03-26Export list of monad argument names.W. Kosior
2025-03-21(BREAKING!) Use srfi-247 syntactic monads instead of parameters.W. Kosior
2025-02-14Use format's tilde+newline sequence to break long strings.W. Kosior
2025-02-14Add `parse-request-multipart/form-data'.W. Kosior
2025-02-11Update copyright years.W. Kosior
2025-02-11Avoid `with-parameters*' which creates a continuation barrier.W. Kosior
2024-07-28Only display backtrace when a `CANTIUS_DEBUG' env var is set.W. Kosior
2024-07-28Use a redirect type that doesn't change method.W. Kosior
2024-07-23Add `parse-cookies' procedure.W. Kosior
2024-07-23Add `parse-multipart/form-data' procedure.W. Kosior
2024-07-18Improve the mechanism of conditions tied to HTTP error codes.W. Kosior
2024-07-18Order imports alphabetically.W. Kosior
2024-01-26Rename `normalized-path-string` nested function.Wojtek Kosior
2024-01-26Normalize resource path in `find-resource-file`.Wojtek Kosior
2024-01-26Add `normalize-path` function.Wojtek Kosior
2024-01-25Better use of srfi-35 conditions.Wojtek Kosior
2024-01-25Forbid `.` and `..` in loaded resource file paths.Wojtek Kosior
2023-12-19Allow handlers to only return response body.Wojtek Kosior
2023-12-19Adjust backtrace frame range.Wojtek Kosior
2023-12-16Facilitate using parameters for endpoint-specific behavior.Wojtek Kosior
2023-12-16Initial commit.Wojtek Kosior