zed/crates/http_client
tidely f18b19a73e
http_client: Relax lifetime bounds and add fluent builder methods (#38448)
`HttpClient`: Relaxes the lifetime bound to `&self` in `get`/`post`
by returning the `self.send` future directly. This makes both
methods return `'static` futures without extra boxing.

`HttpRequestExt`: Added fluent builder methods to `HttpRequestExt`
inspired by the `gpui::FluentBuilder` trait.

Release Notes:

- N/A
2025-09-19 01:39:26 +02:00
..
src http_client: Relax lifetime bounds and add fluent builder methods (#38448) 2025-09-19 01:39:26 +02:00
Cargo.toml Add minidump crash reporting (#35263) 2025-08-04 18:19:42 -07:00
LICENSE-APACHE Update http crate name (#15041) 2024-07-23 15:01:05 -07:00