~alcinnz/hurl

ref: 5116153eb6ea1dd9cae8f7aea4597207a35d1516 hurl/src/Network/URI/Charset.hs -rw-r--r-- 2.5 KiB
5116153e — Adrian Cochrane 4 years ago
Silence encoding errors, as it's a nuisance for encoding sniffing.

TODO: This didn't make it into the previous release.
984867b7 — Adrian Cochrane 4 years ago
Define special psuedo-MIMEtypes for error responses.
a7c88c86 — Adrian Cochrane 4 years ago
Expose redirected URIs to caller.
47f9ef33 — Adrian Cochrane 4 years ago
Improve error reporting & it's localization
e0988f7e — Adrian Cochrane 4 years ago
Add documentation, minor exported API adjustments.
a7eb27a9 — Adrian Cochrane 4 years ago
Extract URL resolver from Rhapsode

Each URI scheme can be turned on and off at build-time,
which has the side-effect of clearly labelling the code.