Features
- Add
ClientBuilder::default_headers
to set headers used for every request. - Add
async::ClientBuilder::dns_threads
to set number of threads use for DNS. - Add
Response::text
as shortcut to read the full body into aString
. - Add
Response::copy_to
as shortcut forstd::io::copy
.