AddProcessTimeHeaderMiddleware
Middleware to add a header with the process time to the response.
AddProcessTimeHeaderMiddleware
¶
Bases: BaseHTTPMiddleware
Middleware to add a header with the process time to the response.
Source code in src/stac_auth_proxy/middleware/AddProcessTimeHeaderMiddleware.py
9 10 11 12 13 14 15 16 17 18 |
|
dispatch(request: Request, call_next) -> Response
async
¶
Add a header with the process time to the response.
Source code in src/stac_auth_proxy/middleware/AddProcessTimeHeaderMiddleware.py
12 13 14 15 16 17 18 |
|