1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 22:01:50 +01:00

update migration doc

This commit is contained in:
Nikolay Kim 2018-05-04 13:38:17 -07:00
parent f66cf16823
commit bd6e18b7fe

View File

@ -15,6 +15,10 @@
* `FromRequest::Result` has to implement `Into<Reply<Self>>`
* [`Responder::respond_to()`](
https://actix.rs/actix-web/actix_web/trait.Responder.html#tymethod.respond_to)
is generic over `S`
* `HttpRequest::query()` is deprecated. Use `Query` extractor.
```rust