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

add request timeout

This commit is contained in:
Nikolay Kim
2019-03-28 22:33:41 -07:00
parent ea4d98d669
commit 1e7096a63a
8 changed files with 119 additions and 50 deletions

View File

@ -4,11 +4,13 @@
### Added
* Re-export `actix_http::client::Connector`
* Request timeout.
* Session wide headers
* Re-export `actix_http::client::Connector`.
* Session wide basic and bearer auth
* Session wide headers.
* Session wide basic and bearer auth.
## [0.1.0-alpha.1] - 2019-03-28