mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
Support Query<T>::from_query() (#846)
This commit is contained in:
committed by
Nikolay Kim
parent
e1ff3bf8fa
commit
4b215e0839
@ -4,6 +4,7 @@
|
||||
|
||||
### Add
|
||||
|
||||
* Add `Query<T>::from_query()` to extract parameters from a query string. #846
|
||||
* `QueryConfig`, similar to `JsonConfig` for customizing error handling of query extractors.
|
||||
|
||||
### Changes
|
||||
|
Reference in New Issue
Block a user