Changes for version 0.06 - 2026-08-02
- Fast default access log. access_log now accepts a file path or an open handle in addition to a coderef: Hyperman then formats an Apache Combined Log Format line in C and appends it directly, with no per-request Perl call on the hot path.
- Populate REMOTE_ADDR in the PSGI env (HTTP/1 and HTTP/2), captured from the peer at accept. Needed by the access log and expected by apps.
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