~alcinnz/hurl

ref: 7d31eda45dc9d615cbfa084a2149b17c5e313a85 hurl/src/Network/URI/Fetch.hs -rw-r--r-- 20.0 KiB
3cb0d7d7 — Adrian Cochrane 2 years ago
Retroactively set cookies upon submitting POST requests to cater to CSRF protections.
349bb4b4 — Adrian Cochrane 2 years ago
Allow sites to cookies in response to HTTP POST requests.
259eca98 — Adrian Cochrane 2 years ago
Allowing sending HTTP POST requests.
8161527b — Adrian Cochrane 3 years ago
Add compile flag for executable extensions thereby fixing build system.

Might also be some crash fixes in here, I just realized I haven't committed these changes.
04cb2efa — Adrian Cochrane 3 years ago
Load executable extensions from more directories.
cdc252ef — Adrian Cochrane 3 years ago
Various fixes.
e08dc01d — Adrian Cochrane 3 years ago
Fix actual & potential crashes.
915d7f98 — Adrian Cochrane 3 years ago
Expose APIs to open downloads with other apps.
ac4767de — Adrian Cochrane 3 years ago
Integrate new HTTP cache.

And while I'm at it, implement HTTP redirects myself to report correct URIs to the caller & cache.
70b80f77 — Adrian Cochrane 3 years ago
Support executable extensions.
42aa3ea2 — Adrian Cochrane 3 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
064298a3 — Adrian Cochrane 3 years ago
Adjust OpenSSL settings (Help please!)
ce8562b4 — Adrian Cochrane 3 years ago
Switch over to OpenSSL for encryption.
96f09fdc — Adrian Cochrane 3 years ago
Implement in-memory request logging.
4371e0f3 — Adrian Cochrane 3 years ago
Add support for URI rewriting plugins
af23364d — Adrian Cochrane 4 years ago
Forgot to expose some necessary APIs, and fixed about: bug.
f6851dfd — Adrian Cochrane 4 years ago
Fix download-to-file & Gemini implementations.
984867b7 — Adrian Cochrane 4 years ago
Define special psuedo-MIMEtypes for error responses.
861a5e49 — Adrian Cochrane 4 years ago
Expose downloadToURI function.
f7a8c1d7 — Adrian Cochrane 4 years ago
Improve data: URI handling, provide utility to convert other URIs to data: URIs.
Next