Skip to content

v0.11.14

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 19 Jan 19:39
· 213 commits to master since this release

What's Changed

  • Adds Proxy::no_proxy(url) that works like the NO_PROXY environment variable.
  • Adds multipart::Part::headers(headers) method to add custom headers.
  • (wasm) Add Response::bytes_stream().
  • Perf: several internal optimizations reducing copies and memory allocations.

New Contributors