1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-22 17:41:11 +00: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