zed/crates/http_client/src
Julia Ryan 04d920016f
Remove reqwest dependency from gpui (#44424)
This was pulling in tokio which is pretty unfortunate. The solution is
to do the `reqwest::Form` to `http::Reqwest` conversion in the
reliability crate instead of our http client wrapper.

Release Notes:

- N/A
2025-12-09 09:29:40 -08:00
..
async_body.rs Remove reqwest dependency from gpui (#44424) 2025-12-09 09:29:40 -08:00
github.rs http_client: Support GITHUB_TOKEN env to auth GitHub requests (#42623) 2025-11-24 12:51:45 +02:00
github_download.rs Revert "http_client: Add integrity checks for GitHub binaries using digest checks (#43737)" (#44086) 2025-12-03 11:40:47 -07:00
http_client.rs Remove reqwest dependency from gpui (#44424) 2025-12-09 09:29:40 -08:00