Skip to content

v0.9.11

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 20 Mar 22:12
· 649 commits to master since this release

Features

  • Add multipart::Form::percent_encode_noop() to allow for servers which don't support percent encoding of paramters.
  • Add ClientBuilder::http1_title_case_headers() to force request headers to use Title-Case.
  • Add ClientBuilder::connect_timeout() to allow setting only a connect timeout.