We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
This is also a problem for us
Sorry, something went wrong.
No branches or pull requests
The client always uses a blocking http client. Could we add a
send_async
function that usesreqwest::Client
for async support?Unconditionally using the blocking client also prevents this crate from being compiled for the WASM target: seanmonstar/reqwest#891
The text was updated successfully, but these errors were encountered: