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

add per request timeout

This commit is contained in:
Nikolay Kim
2019-03-29 14:07:37 -07:00
parent 058b1d56e6
commit 744d82431d
4 changed files with 47 additions and 8 deletions

View File

@ -1,17 +1,18 @@
# Changes
## [0.1.0-alpha.2] - 2019-03-xx
## [0.1.0-alpha.2] - 2019-03-29
### Added
* Request timeout.
* Re-export `actix_http::client::Connector`.
* Per request and session wide request timeout.
* Session wide headers.
* Session wide basic and bearer auth.
* Re-export `actix_http::client::Connector`.
### Changed
* Export `ws` sub-module with websockets related types