Skip to content

v0.8.1

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 08 Nov 01:23
· 844 commits to master since this release

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 a String.
  • Add Response::copy_to as shortcut for std::io::copy.

Thanks!