Expand description
Expanded middleware implementations with advanced features.
Structsยง
- Auth
Middleware - Authentication middleware with configurable validation
- Cache
Middleware - Response caching middleware (simple in-memory cache)
- Compression
Middleware - Content compression middleware
- Cors
Middleware - CORS middleware for handling Cross-Origin Resource Sharing
- Logging
Middleware - Logging middleware that logs request details
- Metrics
Middleware - Request metrics and monitoring middleware
- Path
Parameter Middleware - Path parameter extraction middleware Automatically extracts path parameters and adds them to the request
- Rate
Limit Middleware - Rate limiting middleware with in-memory storage
- Security
Headers Middleware - Security headers middleware
- Timeout
Middleware - Timeout middleware that cancels requests after a specified duration
- Transform
Middleware - Request/Response transformation middleware Allows custom transformations of requests and responses