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

fix cd links

This commit is contained in:
Rob Ede
2022-02-18 02:18:44 +00:00
parent 357983d22c
commit 4d210b32f9
8 changed files with 20 additions and 27 deletions

View File

@ -1,6 +1,6 @@
# middleware examples
# Middleware: Add/Retrieve Request-Local Data
This example showcases a middleware that adds and retrieves request-local data. See also the [Middleware guide](https://actix.rs/docs/middleware/).
This example showcases a middleware that adds and retrieves request-local data. See also the [middleware guide](https://actix.rs/docs/middleware/).
## Usage