1
0
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:
Miles Granger
2019-05-17 22:10:46 +02:00
committed by Nikolay Kim
parent e1ff3bf8fa
commit 4b215e0839
2 changed files with 27 additions and 0 deletions

View File

@ -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