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

update tests

This commit is contained in:
Nikolay Kim
2018-03-31 10:21:54 -07:00
parent 8791c0f880
commit 23cfa649f4
2 changed files with 2 additions and 4 deletions

View File

@ -7,8 +7,6 @@
* HttpResponse builder's methods `.body()`, `.finish()`, `.json()`
return `HttpResponse` instead of `Result`
* 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