mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-14 03:50:33 -04:00
📝 Update docs/en/docs/tutorial/middleware.md (#13444)
Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
This commit is contained in:
@@ -15,7 +15,7 @@ A "middleware" is a function that works with every **request** before it is proc
|
||||
|
||||
If you have dependencies with `yield`, the exit code will run *after* the middleware.
|
||||
|
||||
If there were any background tasks (documented later), they will run *after* all the middleware.
|
||||
If there were any background tasks (covered in the [Background Tasks](background-tasks.md){.internal-link target=_blank} section, you will see it later), they will run *after* all the middleware.
|
||||
|
||||
///
|
||||
|
||||
|
||||
Reference in New Issue
Block a user