~alcinnz/hurl

ref: f7a8c1d76fa7ee17b7a81db535639ca2be1b77e5 hurl/src/Network/URI/Fetch.hs -rw-r--r-- 10.1 KiB
f7a8c1d7 — Adrian Cochrane 4 years ago
Improve data: URI handling, provide utility to convert other URIs to data: URIs.
29768fbf — Adrian Cochrane 4 years ago
Upstream save function, with intelligent filenaming.
26da82c4 — Adrian Cochrane 4 years ago
Add utility for concurrently fetching URLs.
a7c88c86 — Adrian Cochrane 4 years ago
Expose redirected URIs to caller.
3cd22771 — Adrian Cochrane 4 years ago
Add Gemini support.
2d5e8445 — Adrian Cochrane 4 years ago
Add support for about: URIs.
214ebf86 — Adrian Cochrane 4 years ago
Integrate AppStream into normal fetch routines, version 1.3.0.0!
39af078c — Adrian Cochrane 4 years ago
Fix app dispatch logic.

Previously failed to build due to a file not listed in the build system.
Previously crashed when trying to read a non-existant mimeapps file.
09c71046 — Adrian Cochrane 4 years ago
Report encountered exceptions in the response body.
8d239eb6 — Adrian Cochrane 4 years ago
Dispatch unsupported URIs to native apps on FreeDesktop.Org-compliant desktops
47f9ef33 — Adrian Cochrane 4 years ago
Improve error reporting & it's localization
e0988f7e — Adrian Cochrane 4 years ago
Add documentation, minor exported API adjustments.
c72f07c9 — Adrian Cochrane 4 years ago
Add Accept-Language support on UNIX systems.
fcc0da55 — Adrian Cochrane 4 years ago
Add Accept header support, remove cookies support
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.