~alcinnz/hurl

ref: 53ee542a2785d96abf627d34d5462c639a5948b9 hurl/src/Network/URI/Charset.hs -rw-r--r-- 2.6 KiB
42aa3ea2 — Adrian Cochrane 4 years ago
Release 1.4.2.0!

Includes improved Gemini support
Switched over to OpenSSL for encryption
Optionally logs network requests to memory or disk
Supports URL rewriting extensions
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.