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.
The client always uses a blocking http client. Could we add a send_async function that uses reqwest::Client for async support?
send_async
reqwest::Client
Unconditionally using the blocking client also prevents this crate from being compiled for the WASM target: seanmonstar/reqwest#891