1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00: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