~alcinnz/hurl

ref: a841435e2a825ecd8d7f27b0140a2a46e6408fb6 hurl/src/Network/URI/CookiesDB.hs -rw-r--r-- 5.5 KiB
12c81bf0 — Adrian Cochrane 2 years 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.