1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-02-02 04:12:19 +00:00

update changes

This commit is contained in:
Nikolay Kim 2018-03-06 23:04:18 -08:00
parent d3c859f9f3
commit 1e5daa1de8

View file

@ -13,6 +13,8 @@
* Add `ResponseError` impl for `SendRequestError`.
This improves ergonomics of http client.
* Add native-tls support for client
* Allow client connection timeout to be set #108