Age | Commit message (Collapse) | Author |
|
Tere's now an extra `&condition-with-http-code' type that can be raised to
trigger an appropriate HTTP response. This is meant to be used for all HTTP
codes other than those few that have their own condition types.
|
|
|
|
This is to decrease the chance of confusion with new, unrelated
`normalize-path`.
|
|
`..` and `.` are now legal as long as long as the path does not reference the
resource root directory's parent.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|