We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4694a2 commit e4550c4Copy full SHA for e4550c4
CHANGELOG.md
@@ -1,7 +1,7 @@
1
## v0.12.23
2
3
- Add `ClientBuilder::unix_socket(path)` option that will force all requests over that Unix Domain Socket.
4
-- Add `ClientBuilder::retries(policy)` and `reqwest::retry::Builder` to configure automatic retries.
+- Add `ClientBuilder::retry(policy)` and `reqwest::retry::Builder` to configure automatic retries.
5
- Add `ClientBuilder::dns_resolver2()` with more ergonomic argument bounds, allowing more resolver implementations.
6
- Add `http3_*` options to `blocking::ClientBuilder`.
7
- Fix default TCP timeout values to enabled and faster.
0 commit comments