Skip to content

Commit

Permalink
Fix curl mention in upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Mar 4, 2024
1 parent 4391eed commit 9200d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ The `AsyncHttpClient` trait is implemented for the following types:
The `SyncHttpClient` trait is implemented for the following types:
* `reqwest::blocking::Client` (when the `reqwest-blocking` feature is enabled; see below)
* `ureq::Agent` (when the `ureq` feature is enabled)
* `oauth2::curl::CurlHttpClient` (when the `curl` feature is enabled)
* `oauth2::CurlHttpClient` (when the `curl` feature is enabled)
* Any function type that implements:
```rust
Fn(HttpRequest) -> Result<HttpResponse, E>
Expand Down

0 comments on commit 9200d93

Please sign in to comment.