pre-commit-ci-lite[bot]
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/docs/advanced/middleware.md
|
|
@ -266,7 +266,7 @@ Each `BaseHTTPMiddleware` layer adds a small overhead due to Python async contex |
|
|
|
|
|
|
|
|
/// |
|
|
/// |
|
|
|
|
|
|
|
|
### Accessing Middleware State in Route Handlers { #accessing-middleware-state } |
|
|
### Accessing Middleware State in Route Handlers { #accessing-middleware-state-in-route-handlers } |
|
|
|
|
|
|
|
|
State set on `request.state` in middleware is accessible throughout the entire request lifecycle: |
|
|
State set on `request.state` in middleware is accessible throughout the entire request lifecycle: |
|
|
|
|
|
|
|
|
|