index
:
cantius
magister
A Guile web server library, dedicated to St. John Cantius
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-02-14
Use format's tilde+newline sequence to break long strings.
W. Kosior
2025-02-14
Add `parse-request-multipart/form-data'.
W. Kosior
2025-02-11
Update copyright years.
W. Kosior
2025-02-11
Avoid `with-parameters*' which creates a continuation barrier.
W. Kosior
2024-07-28
Only display backtrace when a `CANTIUS_DEBUG' env var is set.
W. Kosior
2024-07-28
Use a redirect type that doesn't change method.
W. Kosior
2024-07-23
Add `parse-cookies' procedure.
W. Kosior
2024-07-23
Add `parse-multipart/form-data' procedure.
W. Kosior
2024-07-18
Improve the mechanism of conditions tied to HTTP error codes.
W. Kosior
2024-07-18
Order imports alphabetically.
W. Kosior
2024-01-26
Rename `normalized-path-string` nested function.
Wojtek Kosior
2024-01-26
Normalize resource path in `find-resource-file`.
Wojtek Kosior
2024-01-26
Add `normalize-path` function.
Wojtek Kosior
2024-01-25
Better use of srfi-35 conditions.
Wojtek Kosior
2024-01-25
Forbid `.` and `..` in loaded resource file paths.
Wojtek Kosior
2023-12-19
Allow handlers to only return response body.
Wojtek Kosior
2023-12-19
Adjust backtrace frame range.
Wojtek Kosior
2023-12-16
Facilitate using parameters for endpoint-specific behavior.
Wojtek Kosior
2023-12-16
Initial commit.
Wojtek Kosior