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:
@ -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
|
||||
|
Reference in New Issue
Block a user