mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-29 07:48:39 +01:00
Fix a typo in axum::middleware
(#2056)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
This commit is contained in:
parent
b7665b209a
commit
c26dcd90b3
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ That is:
|
||||||
- It then does its thing and passes the request onto `layer_two`
|
- It then does its thing and passes the request onto `layer_two`
|
||||||
- Which passes the request onto `layer_one`
|
- Which passes the request onto `layer_one`
|
||||||
- Which passes the request onto `handler` where a response is produced
|
- Which passes the request onto `handler` where a response is produced
|
||||||
- That response is then passes to `layer_one`
|
- That response is then passed to `layer_one`
|
||||||
- Then to `layer_two`
|
- Then to `layer_two`
|
||||||
- And finally to `layer_three` where it's returned out of your app
|
- And finally to `layer_three` where it's returned out of your app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue