Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Replace reqwest with ureq #298

Closed
swsnr opened this issue Nov 12, 2024 · 1 comment
Closed

Replace reqwest with ureq #298

swsnr opened this issue Nov 12, 2024 · 1 comment
Assignees

Comments

@swsnr
Copy link
Owner

swsnr commented Nov 12, 2024

reqwest is async first and thus brings in a lot of dependencies for the async ecosystem which we effectively don't need since we only use the blocking interface.

ureq only does blocking IO, and has a lot less dependencies.

Unfortunately, it's HTTP proxy support is quite sub-par (see algesten/ureq#668), as it only supports a single static proxy per connection pool which is nowhere near adequate for real world use in general, but for a simple command line tool we can probably ignore this.

@swsnr swsnr self-assigned this Nov 12, 2024
@swsnr
Copy link
Owner Author

swsnr commented Nov 24, 2024

Closing in favour of #304

@swsnr swsnr closed this as not planned Won't fix, can't repro, duplicate, stale Nov 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant