Changes for version 0.20 - 2026-08-16
- Filehandle and IO-object response bodies stream instead of being slurped into one SV. A glob over a regular file lifts to (fd, position, remaining) - remaining is the Content-Length header when the response carries one.
- use sendfile(2) on plaintext HTTP/1 file responses
Modules
an event-loop PSGI server
epoll readiness backend for Hyperman::Loop
io_uring backend for Hyperman::Loop
kqueue readiness backend for Hyperman::Loop
portable poll(2) backend for Hyperman::Loop
a fast, native, Future-compatible async result
the per-worker event loop
Plack/PSGI adapter for the Hyperman server