AddProcessTimeHeaderMiddleware
Middleware to add Server-Timing header with proxy processing time.
AddProcessTimeHeaderMiddleware
¶
Bases: BaseHTTPMiddleware
Middleware to add Server-Timing header with proxy processing time.
Source code in src/stac_auth_proxy/middleware/AddProcessTimeHeaderMiddleware.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|
dispatch(request: Request, call_next) -> Response
async
¶
Add Server-Timing header with proxy processing time to the response.
Source code in src/stac_auth_proxy/middleware/AddProcessTimeHeaderMiddleware.py
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|