Module timeout

Source
Expand description

§Timeout Middleware

Framework middleware for request timeout handling. Replaces tower-http TimeoutLayer with framework-native implementation.

Structs§

TimeoutConfig
Configuration for timeout middleware
TimeoutHandler
Timeout middleware wrapper that can be applied to handlers
TimeoutInfo
Timeout information stored in request extensions
TimeoutMiddleware
Framework timeout middleware for HTTP requests

Functions§

apply_timeout
Helper function to apply timeout to a future