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

Remove reqwest as a dependency #898

Open
jkilpatr opened this issue May 10, 2024 · 0 comments
Open

Remove reqwest as a dependency #898

jkilpatr opened this issue May 10, 2024 · 0 comments
Assignees

Comments

@jkilpatr
Copy link
Member

We only use reqwest in one specific situation to handle synchronous requests. This was done before async/await when futures where a much bigger burden, with async await it's easier just to make the whole function async.

@jkilpatr jkilpatr self-assigned this Sep 24, 2024
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

1 participant