Changes for version 0.05 - 2026-08-02
- Add an on_headers request option: a coderef fired once, before any on_body chunk, with ($status, [k,v,...]). Lets a streaming consumer act on the status/headers up front (e.g. open a downstream writer). Not fired for a WebSocket upgrade.
- Add a C ABI so other XS modules can drive Fetch from C without a per-request Perl round trip.
Modules
HTTP/2 Future-based user agent
store cookies and apply them to requests
a fast, native, Future-compatible async result
ordered, case-insensitive, multi-valued HTTP headers
the event-loop adapter interface Fetch drives
run Fetch under AnyEvent
run Fetch on a Hyperman::Loop
run Fetch on an IO::Async::Loop
Fetch's own vendored C event loop
an HTTP response from Fetch
a live WebSocket connection from Fetch