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

move NormalizePath type to separate module

This commit is contained in:
Nikolay Kim
2018-03-29 11:39:21 -07:00
parent f5636f321b
commit dfd8f1058e
5 changed files with 329 additions and 327 deletions

View File

@ -4,6 +4,10 @@
* Type-safe path/query parameter handling, using serde #70
* Use more ergonomic `actix_web::Error` instead of `http::Error` for `HttpResponseBuilder::body()`
* Use more ergonomic `actix_web::Error` instead of `http::Error` for `ClientRequestBuilder::body()`
* Router cannot parse Non-ASCII characters in URL #137
* Fix long client urls #129
@ -12,10 +16,6 @@
* Fix client connection pooling
* Use more ergonomic `actix_web::Error` instead of `http::Error` for `HttpResponseBuilder::body()`
* Use more ergonomic `actix_web::Error` instead of `http::Error` for `ClientRequestBuilder::body()`
## 0.4.10 (2018-03-20)