PAGI-FastAPI v1.2.2 Latest
Files
- Changes
- LICENSE
- MANIFEST
- MANIFEST.SKIP
- META.json
- META.yml
- Makefile.PL
- README.md
- TODO.md
- eg/api_gateway.pl
- 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/memory_queue_demo.pl
- eg/order_microservice.pl
- eg/rate_limit_demo.pl
- eg/sse_demo.pl
- eg/user_microservice.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/Cookies.pm
- lib/PAGI/FastAPI/Depends.pm
- lib/PAGI/FastAPI/Middleware/BotProtection.pm
- lib/PAGI/FastAPI/Middleware/ExceptionHandler.pm
- lib/PAGI/FastAPI/Middleware/RateLimit.pm
- lib/PAGI/FastAPI/Queue.pm
- lib/PAGI/FastAPI/Queue/Driver.pm
- lib/PAGI/FastAPI/Queue/Driver/Memory.pm
- lib/PAGI/FastAPI/RateLimit/Driver.pm
- lib/PAGI/FastAPI/RateLimit/Driver/Memory.pm
- lib/PAGI/FastAPI/Response.pm
- lib/PAGI/FastAPI/Response/File.pm
- lib/PAGI/FastAPI/Response/HTML.pm
- lib/PAGI/FastAPI/Response/Redirect.pm
- lib/PAGI/FastAPI/Response/SSE.pm
- lib/PAGI/FastAPI/ResponseModel.pm
- lib/PAGI/FastAPI/TypedPath.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
- t/22-queue_driver.t
- t/23-queue_driver_memory.t
- t/24-queue.t
- t/25-rate_limit_stacked.t
- t/26-response_redirect.t
- t/27-response_file.t
- t/28-cookies.t
- t/29-response_model.t
- t/30-typed_path.t
- t/31-middleware_exception_handler.t
- xt/changes.t
- xt/manifest.t
- xt/pod.t
- xt/version.t