mirror of
https://github.com/actix/actix-web.git
synced 2024-12-18 14:16:47 +00:00
update migration doc
This commit is contained in:
parent
f66cf16823
commit
bd6e18b7fe
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue