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 4023493 commit b126ca4Copy full SHA for b126ca4
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v0.12.24
2
+
3
+- Refactor cookie handling to an internal middleware.
4
+- Refactor internal random generator.
5
+- Refactor base64 encoding to reduce a copy.
6
+- Documentation updates.
7
8
## v0.12.23
9
10
- Add `ClientBuilder::unix_socket(path)` option that will force all requests over that Unix Domain Socket.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.12.23"
+version = "0.12.24"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments