Module timeout

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
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