Changes for version 0.02 - 2025-01-26
- Dynamic route support for real request handling
- Path parameters (e.g., /users/:id) automatically extract values
- Handlers receive $req hashref with method, path, body, id
- Mixed static/dynamic routes in same server
- Static routes still ~290K req/sec, dynamic routes call Perl per-request
Modules
Blazing fast HTTP server with JIT-compiled C event loop
Low-level JIT-compiled socket functions for Hypersonic