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

Add ResponseError impl for SendRequestError

This commit is contained in:
Nikolay Kim
2018-03-05 13:02:31 -08:00
parent ea2a8f6908
commit b282ec106e
3 changed files with 52 additions and 17 deletions

View File

@ -1,5 +1,11 @@
# Changes
## 0.4.5 (2018-03-xx)
* Add `ResponseError` impl for `SendRequestError`.
This improves ergonomics of http client.
## 0.4.4 (2018-03-04)
* Allow to use Arc<Vec<u8>> as response/request body