mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-19 12:25:37 +02:00
update migration doc
This commit is contained in:
@@ -15,6 +15,10 @@
|
|||||||
|
|
||||||
* `FromRequest::Result` has to implement `Into<Reply<Self>>`
|
* `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.
|
* `HttpRequest::query()` is deprecated. Use `Query` extractor.
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
Reference in New Issue
Block a user