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 4391eed commit 9200d93Copy full SHA for 9200d93
UPGRADE.md
@@ -156,7 +156,7 @@ The `AsyncHttpClient` trait is implemented for the following types:
156
The `SyncHttpClient` trait is implemented for the following types:
157
* `reqwest::blocking::Client` (when the `reqwest-blocking` feature is enabled; see below)
158
* `ureq::Agent` (when the `ureq` feature is enabled)
159
-* `oauth2::curl::CurlHttpClient` (when the `curl` feature is enabled)
+* `oauth2::CurlHttpClient` (when the `curl` feature is enabled)
160
* Any function type that implements:
161
```rust
162
Fn(HttpRequest) -> Result<HttpResponse, E>
0 commit comments