aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
apprenticeWrite tests for `parse-cookies' procedure.W. Kosior5 months
 
 
AgeCommit messageAuthor
2024-07-23Write tests for `parse-cookies' procedure.HEADapprenticeW. Kosior
2024-07-23Add `parse-cookies' procedure.W. Kosior
2024-07-23Test `parse-multipart/form-data' 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....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. W. Kosior
2024-07-18Order imports alphabetically.W. Kosior
2024-01-26Rename `normalized-path-string` nested function....This is to decrease the chance of confusion with new, unrelated `normalize-path`. Wojtek Kosior
2024-01-26Normalize resource path in `find-resource-file`....`..` and `.` are now legal as long as long as the path does not reference the resource root directory's parent. Wojtek Kosior
2024-01-26Add `normalize-path` function.Wojtek Kosior
2024-01-25Add tests for `find-resource-file` and exceptions it raises.Wojtek Kosior
[...]