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

add ClientResponse::timeout (#1931)

This commit is contained in:
fakeshadow
2021-02-17 03:55:11 -08:00
committed by GitHub
parent dfa795ff9d
commit 5efea652e3
4 changed files with 202 additions and 40 deletions

View File

@ -1,9 +1,13 @@
# Changes
## Unreleased - 2021-xx-xx
### Added
* `ClientResponse::timeout` for set the timeout of collecting response body. [#1931]
### Changed
* Feature `cookies` is now optional and enabled by default. [#1981]
[#1931]: https://github.com/actix/actix-web/pull/1931
[#1981]: https://github.com/actix/actix-web/pull/1981