Skip to content

v0.10.1

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 09 Jan 21:54
· 475 commits to master since this release
  • Add socks optional feature to support SOCKS5 proxies.
  • Add RequestBuilder::timeout() to configure a timeout for a single request, instead of using the client's timeout.
  • Add ClientBuilder::connection_verbose() option to enable verbose IO logs.
  • (wasm) Add RequestBuilder::fetch_mode_no_cors() option.
  • (wasm) Add Response::url() getter method.