Skip to content
New issue

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

Add support for async http client #23

Open
seemeroland opened this issue Jul 8, 2024 · 1 comment
Open

Add support for async http client #23

seemeroland opened this issue Jul 8, 2024 · 1 comment

Comments

@seemeroland
Copy link

seemeroland commented Jul 8, 2024

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

@Sytten
Copy link

Sytten commented Dec 21, 2024

This is also a problem for us

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants