1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00

Working middleware using extensions_mut (#402)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Eric
2021-10-06 23:04:19 -04:00
committed by GitHub
parent 0c4ab86a9a
commit 817c7e1150
7 changed files with 171 additions and 2 deletions

View File

@ -10,8 +10,7 @@ cargo run
# Started http server: 127.0.0.1:8080
```
Look in `src/main.rs` and comment the different middlewares in/out to see how
they function.
Look in `src/main.rs` and comment the different middlewares in/out to see how they function.
## Middlewares