mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 17:22:57 +01:00
add query deprecation info
This commit is contained in:
parent
1aadfee6f7
commit
31e23d4ab1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user