File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ Json output:
244244By default, the SDK uses [ ` reqwest ` ] ( https://docs.rs/reqwest/latest/reqwest/ ) to make http calls.
245245The SDK lets you customize the http client by implementing the ` HttpClient ` trait yourself and
246246initializing the ` Client ` with the ` new_with_client ` method.
247+ You may be interested by the ` futures-unsend ` feature which lets you specify a non-Send http client.
247248
248249## 🌐 Running in the Browser with WASM <!-- omit in TOC -->
249250
Original file line number Diff line number Diff line change 222222//! By default, the SDK uses [`reqwest`](https://docs.rs/reqwest/latest/reqwest/) to make http calls.
223223//! The SDK lets you customize the http client by implementing the `HttpClient` trait yourself and
224224//! initializing the `Client` with the `new_with_client` method.
225+ //! You may be interested by the `futures-unsend` feature which lets you specify a non-Send http client.
225226#![ warn( clippy:: all) ]
226227#![ allow( clippy:: needless_doctest_main) ]
227228
You can’t perform that action at this time.
0 commit comments