Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-15 | Try to determine multipart content length for string ports | Peter Bex | |
This makes it slightly more reliable for certain servers which absolutely require content length. An alternative would be to have an explicit API for sending static string contents. This could be in addition to this approach, because this should always be a net win. | |||
2019-05-05 | Fix tests with CHICKEN 5.0.21.1.1 | Peter 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. | |||
2018-07-29 | Port http-client to CHICKEN 51.0 | Peter Bex | |