Open
Description
The client always uses a blocking http client. Could we add a send_async
function that uses reqwest::Client
for async support?
Unconditionally using the blocking client also prevents this crate from being compiled for the WASM target: seanmonstar/reqwest#891
Metadata
Metadata
Assignees
Labels
No labels