PAGI-FastAPI v1.0.0 Latest
Files
- Changes
- LICENSE
- MANIFEST
- MANIFEST.SKIP
- META.json
- META.yml
- Makefile.PL
- README.md
- eg/app.pl
- eg/csrf_demo.pl
- eg/dbic_async_integration.pl
- eg/integration_demo.pl
- eg/lib/MyApp/Schema.pm
- eg/lib/MyApp/Schema/Result/User.pm
- eg/sse_demo.pl
- eg/websocket_app.pl
- lib/PAGI/FastAPI.pm
- lib/PAGI/FastAPI/BotProtection.pm
- lib/PAGI/FastAPI/BotProtection/ProofOfWork.pm
- lib/PAGI/FastAPI/Context.pm
- lib/PAGI/FastAPI/Depends.pm
- lib/PAGI/FastAPI/Middleware/BotProtection.pm
- lib/PAGI/FastAPI/Middleware/RateLimit.pm
- lib/PAGI/FastAPI/RateLimit/Driver.pm
- lib/PAGI/FastAPI/RateLimit/Driver/Memory.pm
- lib/PAGI/FastAPI/Response.pm
- lib/PAGI/FastAPI/Response/HTML.pm
- lib/PAGI/FastAPI/Response/SSE.pm
- t/00-load.t
- t/01-async_routing.t
- t/02-context.t
- t/03-post_body_validation.t
- t/04-middleware.t
- t/05-dependency_injection.t
- t/06-lifespan_events.t
- t/07-docs_openapi.t
- t/08-input_handling_and_registration.t
- t/09-external_async_resource_integration.t
- t/10-form_urlencoded_body.t
- t/11-websocket.t
- t/12-rate_limit.t
- t/13-bot_protection.t
- t/14-sse_streaming.t
- t/15-html_response.t
- t/16-middleware_csrf.t
- t/17-enable_csrf_app_secret.t
- t/18-context_extras.t
- t/19-ratelimit_driver_memory.t
- t/20-bot_protection_ipv6.t
- t/21-depends.t
- xt/changes.t
- xt/manifest.t
- xt/pod.t
- xt/version.t