Changes for version 0.03 - 2026-02-02

  • CHANGES
    • Support a simple `HTTP::Message`-based responder as an alternative to a PSGI application
    • Reliability improvements:
      • Catch responder/applications and turn them into HTTP 500 errors
      • Don't crash the whole server if one client connection crashes
    • Use Future::IO 0.18's ->load_best_impl method in example scripts

Modules

serve HTTP with Future::IO
collect metrics on Conduit using Metrics::Any