summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-05Fix tests with CHICKEN 5.0.21.1.1Peter Bex
Keywords can't be (ab)used as identifier anymore, so we can't bind expression: with let-syntax. Instead, simply use the plain symbol.
2019-01-20Use https instead of http for locationsPeter Bex
2018-10-19Expose response object in redirect depth exceeded condition1.1Peter Bex
Thanks to Norman Gray for pointing out that the response was missing from the condition object.
2018-07-29Port http-client to CHICKEN 51.0Peter Bex