Added
ClientResponse::timeout
for set the timeout of collecting response body. #1931ClientBuilder::local_address
for bind to a local ip address for this client. #2024
Changed
- Feature
cookies
is now optional and enabled by default. #1981 ClientBuilder::connector
method would takeactix_http::client::Connector<T, U>
type. #2008- Basic auth password now takes blank passwords as an empty string instead of Option. #2050
Removed
ClientBuilder::default
function #2008