mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
Update middleware.md (#321)
This commit is contained in:
parent
58e2345c21
commit
a2fefa5bea
@ -102,10 +102,10 @@ You can use the `ErrorHandlers::handler()` method to register a custom error han
|
|||||||
|
|
||||||
<CodeBlock example="middleware" file="errorhandler.rs" section="error-handler" />
|
<CodeBlock example="middleware" file="errorhandler.rs" section="error-handler" />
|
||||||
|
|
||||||
[sessionobj]: https://docs.rs/actix-session/0.3.0/actix_session/struct.Session.html
|
[sessionobj]: https://docs.rs/actix-session/0.7/actix_session/struct.Session.html
|
||||||
[requestsession]: https://docs.rs/actix-session/0.3.0/actix_session/struct.Session.html
|
[requestsession]: https://docs.rs/actix-session/0.7/actix_session/struct.Session.html
|
||||||
[cookiesession]: https://docs.rs/actix-session/0.3.0/actix_session/struct.CookieSession.html
|
[cookiesession]: https://docs.rs/actix-session/0.7/actix_session/storage/struct.CookieSessionStore.html
|
||||||
[actixsession]: https://docs.rs/actix-session/0.3.0/actix_session/
|
[actixsession]: https://docs.rs/actix-session/0.7/actix_session/
|
||||||
[envlogger]: https://docs.rs/env_logger/*/env_logger/
|
[envlogger]: https://docs.rs/env_logger/*/env_logger/
|
||||||
[servicetrait]: https://docs.rs/actix-web/4/actix_web/dev/trait.Service.html
|
[servicetrait]: https://docs.rs/actix-web/4/actix_web/dev/trait.Service.html
|
||||||
[transformtrait]: https://docs.rs/actix-web/4/actix_web/dev/trait.Transform.html
|
[transformtrait]: https://docs.rs/actix-web/4/actix_web/dev/trait.Transform.html
|
||||||
|
Loading…
Reference in New Issue
Block a user