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 313ebd2 commit 5993c50Copy full SHA for 5993c50
src/lib.rs
@@ -219,6 +219,12 @@
219
//! "query": "wonder"
220
//! }
221
//! ```
222
+//!
223
+//! ### Using users customized HttpClient <!-- omit in TOC -->
224
225
+//! If you want to change the `HttpClient` you can incorporate using the `Client::new_with_client` method.
226
+//! To use it, you need to implement the `HttpClient Trait`(`isahc` is used by default).
227
+//! There are [using-reqwest-example](./examples/cli-app-with-reqwest) of using `reqwest`.
228
229
#![warn(clippy::all)]
230
#![allow(clippy::needless_doctest_main)]
0 commit comments