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

Refactor/client builder (#2053)

This commit is contained in:
fakeshadow
2021-03-07 15:57:32 -08:00
committed by GitHub
parent 2d3a0d6038
commit 5b4105e1e6
4 changed files with 41 additions and 11 deletions

View File

@ -12,7 +12,6 @@
### Removed
* `ClientBuilder::default` function [#2008]
* `ClientBuilder::disable_redirects` and `ClientBuilder::max_redirects` method [#2008]
[#1931]: https://github.com/actix/actix-web/pull/1931
[#1981]: https://github.com/actix/actix-web/pull/1981