Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-26 | Normalize resource path in `find-resource-file`. | Wojtek Kosior | |
`..` and `.` are now legal as long as long as the path does not reference the resource root directory's parent. | |||
2024-01-26 | Add `normalize-path` function. | Wojtek Kosior | |
2024-01-25 | Better use of srfi-35 conditions. | Wojtek Kosior | |
This commit defines `¬-found` and `&forbidden` condition types and allows special handlers to be registered to handle them during requests. All default handlers now ignore the value assigned to the `%default-headers` parameter and always use "text/plain; charset=utf-8" as content type. `cantius.scm` now imports SRFI-35 is using prefix, copyright years have been updated. | |||
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 | |