1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

drop request's extract_xxx methods

This commit is contained in:
Nikolay Kim
2018-03-29 09:26:01 -07:00
parent 9e61c67128
commit 7d6deab9fb
5 changed files with 172 additions and 199 deletions

View File

@ -2,9 +2,7 @@
## 0.4.11
* Added `Route::with()` handler, uses request extractor
* Added `HttpReuqest::extract_xxx()`, type safe path/query information extractor
* Type-safe path/query parameter handling, using serde #70
* Router cannot parse Non-ASCII characters in URL #137