Changes for version 0.08 - 2026-01-28

  • Add Hypersonic::UA HTTP client with JIT-compiled XS
  • Optional feature compilation (async, parallel, tls, http2, compression)
  • Connection pooling with keep-alive support
  • Async request support with kqueue/epoll event backends
  • Add POD documentation to UA modules

Modules

Blazing fast HTTP server with JIT-compiled C event loop
JIT-compiled gzip compression for Hypersonic
Event backend registry and selection
epoll event backend for Linux
Event Ports backend for Solaris/illumos
I/O Completion Ports backend for Windows
io_uring event backend for Linux 5.1+
kqueue event backend for BSD/macOS
poll() event backend (portable fallback)
Base class for event backends
select() event backend (universal)
High-performance JIT-compiled Future for async operations
Thread pool for async operations (OO interface)
Utilities for JIT compilation in Hypersonic
JIT code generation for HTTP/1.1 protocol
JIT code generation for HTTP/2 protocol
Server-Sent Events protocol support
WebSocket handshake code generation
WebSocket frame encoding/decoding
JIT-compiled request object for Hypersonic
Fluent response builder for Hypersonic
Server-Sent Events streaming interface
JIT-compiled session management for Hypersonic
JIT-compiled socket operations for Hypersonic
TLS/HTTPS support for Hypersonic
High-performance JIT-compiled HTTP user agent
Async HTTP request handling for Hypersonic::UA
Connection pool for Hypersonic::UA
HTTP response object for Hypersonic::UA
High-level WebSocket connection API (JIT-compiled)
XS WebSocket connection management (OO)
XS Broadcast support for WebSocket connections

Provides

in lib/Hypersonic/Stream.pm
in lib/Hypersonic/UA/HTTP2.pm
in lib/Hypersonic/UA/Protocol/HTTP1.pm
in lib/Hypersonic/UA/SSE.pm
in lib/Hypersonic/UA/Socket.pm
in lib/Hypersonic/UA/Stream.pm
in lib/Hypersonic/UA/TLS.pm
in lib/Hypersonic/UA/WebSocket.pm