mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-31 07:23:57 +02:00
add query deprecation info
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
|
||||
* `FromRequest::Result` has to implement `Into<Reply<Self>>`
|
||||
|
||||
* `HttpRequest::query()` is deprecated. Use `Query` extractor.
|
||||
|
||||
```rust
|
||||
let q = Query::<HashMap<String, String>>::extract(req);
|
||||
```
|
||||
|
||||
|
||||
## Migration from 0.4 to 0.5
|
||||
|
||||
|
Reference in New Issue
Block a user