hurl: Haskell URL resolver
Retrieves resources for a URI, whether they be HTTP(S), gemini:, file:, or data:.
Versions [faq] | 0.1.0.0, 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0, 1.4.0.0, 1.4.1.0, 1.4.1.1, 1.4.2.0, 1.4.2.1, 1.5.0.0, 2.0.0.0, 2.1.0.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | async (>=2.1 && <2.3), base (>=4.9 && <=4.12), base64-bytestring (>=1.0 && <2.0), bytestring (==0.10.*), containers, directory, filepath, HsOpenSSL (>=0.11.4.19 && <0.12), http-client (==0.6.*), http-client-openssl (==0.3.*), http-types (==0.12.*), hurl, io-streams (==1.5.*), network-uri (==2.6.*), openssl-streams (==1.2.*), process (>=1.2 && <2.0), regex (==1.1.*), regex-tdfa (>=1.2 && <1.4), text (==1.2.*), time (==1.6.*), xml-conduit (==1.8.*), zlib (==0.6.*) [details] |
License | GPL-3.0-only |
Author | Adrian Cochrane |
Maintainer | adrian@openwork.nz |
Category | Network |
Home page | https://git.adrian.geek.nz/hurl.git/ |
Source repo | head: git clone https://git.adrian.geek.nz/hurl.git |
Uploaded | by alcinnz at 2020-10-13T06:22:10Z |
Distributions | NixOS:2.1.0.0 |
Executables | hurl |
Downloads | 1550 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2020-10-13 [all 3 reports] |
Modules
- Network
- URI
- Network.URI.Charset
- Network.URI.Fetch
- URI
Flags
Name | Description | Default | Type |
---|---|---|---|
http | Support HTTP(S) URIs. | Enabled | Manual |
gemini | Support gemini: URIs. | Enabled | Manual |
file | Support file: URIs. | Enabled | Manual |
data | Support data: URIs. | Enabled | Manual |
freedesktop | Dispatches unsupported URIs and MIMEtypes to external apps on FreeDesktop.Org-compatible desktops. Works on most non-mainstream/non-proprietary desktops. | Enabled | Manual |
appstream | Failing to dispatch URIs and MIMEtypes as per | Enabled | Manual |
rewriters | Support regexp-based URI rewriting/blocking plugins | Enabled | Manual |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hurl-1.4.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)