Changes for version 0.07 - 2026-08-03
- Build on OpenSSL older than 1.0.2. ALPN (SSL_CTX_set_alpn_select_cb), used to offer HTTP/2 over TLS, is absent before 1.0.2, so the module linked an undefined symbol and failed to load on such smokers. Guard it behind a version check.
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