1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

update changes

This commit is contained in:
Nikolay Kim 2018-04-02 22:08:04 -07:00
parent fee30d6f47
commit 2a269f1111

View File

@ -9,7 +9,9 @@
* Use more ergonomic `actix_web::Error` instead of `http::Error` for `ClientRequestBuilder::body()`
* Add `HttpRequest::resource()`, returns current matched resource
* Added `HttpRequest::resource()`, returns current matched resource
* Added `ErrorHandlers` middleware
* Router cannot parse Non-ASCII characters in URL #137