Module middleware

Module middleware 

Source
Expand description

Expanded middleware implementations with advanced features.

Structsยง

AuthMiddleware
Authentication middleware with configurable validation
CacheMiddleware
Response caching middleware (simple in-memory cache)
CompressionMiddleware
Content compression middleware
CorsMiddleware
CORS middleware for handling Cross-Origin Resource Sharing
LoggingMiddleware
Logging middleware that logs request details
MetricsMiddleware
Request metrics and monitoring middleware
PathParameterMiddleware
Path parameter extraction middleware Automatically extracts path parameters and adds them to the request
RateLimitMiddleware
Rate limiting middleware with in-memory storage
SecurityHeadersMiddleware
Security headers middleware
TimeoutMiddleware
Timeout middleware that cancels requests after a specified duration
TransformMiddleware
Request/Response transformation middleware Allows custom transformations of requests and responses