Changes for version 0.0.1 - 2026-08-03
- Initial CPAN release.
- Asynchronous routing engine built on top of PAGI ($scope, $receive, $send).
- Type-safe parameter & POST JSON body validation via Type::Tiny.
- Async Middleware pipeline support with built-in CORS helper (add_cors).
- FastAPI-style Dependency Injection system via PAGI::FastAPI::Depends.
- Integrated OpenAPI 3.1 schema (/openapi.json) and interactive Swagger UI (/docs).
Documentation
Modules
Asynchronous, Type-Safe Micro-Framework with Dependency Injection and OpenAPI & Swagger UI
Request and Response Lifecycle Context for PAGI::FastAPI
Dependency Injection Wrapper for PAGI::FastAPI