summaryrefslogtreecommitdiff
path: root/tests/run.scm
AgeCommit message (Collapse)Author
2022-03-15Try to determine multipart content length for string portsPeter 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.
2018-07-29Port http-client to CHICKEN 51.0Peter Bex