~alcinnz/hurl

hurl/Main2.hs -rw-r--r-- 980 bytes
4136c1ee — Adrian Cochrane 1 year, 5 months ago
Merge branch 'main' of adrian.geek.nz:/srv/git/hurl into main
12c81bf0 — Adrian Cochrane 1 year, 9 months ago
Bug/crash/feature fixes for submitting forms.

Now longer crashes when attempting to save cookies either in-memory or on-disk.
On-disk cookie storage is now resilient to changes in http-client internals.
HURL now handles encoding form submissions as per caller-specified MIMEtype.
HURL now supports a choice of HTTP method when submitting forms.

Bugfix means now content negotiation, caching, & form data are now actually sent to the server.