Expand description
Shared Actix Web middleware for Aster services.
This crate contains HTTP middleware that is tied to Actix Web rather than to
a product domain. It keeps framework-specific code out of aster_forge_api,
which remains focused on framework-neutral response and pagination helpers.
Modulesยง
- client_
ip - Actix helpers for trusted-proxy-aware client IP extraction.
- cors
- Runtime CORS middleware for Actix Web services.
- csrf
- CSRF helpers for Actix Web services.
- metrics
- HTTP request metrics middleware for Actix Web services.
- rate_
limit - Shared Actix rate-limit building blocks.
- request_
id - Request id middleware.
- security_
headers - Default security response headers for Actix Web services.