1
0
mirror of https://github.com/actix/actix-website synced 2025-03-20 14:45:18 +01:00

3 Commits

Author SHA1 Message Date
Fabian Neumann
1019dd2fb4
Improve extractor examples
To use `SomeType::extract(&req)` it should be mentioned at least once that `use actix_web::FromRequest` is required. Also extract takes `HttpRequest` by reference.
2018-05-28 20:55:13 +02:00
dowwie
f7bf9e21a8 added section on accessing Extractors 2018-05-25 15:51:16 -04:00
Armin Ronacher
be2e12d2d2 Update website 2018-05-22 23:15:08 +02:00