- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for add_process_time_header (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fastapi/applications.py
from typing import Awaitable, Callable from fastapi import FastAPI, Request, Response app = FastAPI() @app.middleware("http") async def add_process_time_header( request: Request, call_next: Callable[[Request], Awaitable[Response]] ) -> Response: start_time = time.time() response = await call_next(request)Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Apr 01 16:16:24 GMT 2026 - 178.6K bytes - Click Count (0)