Skip to content

Commit 460b7b8

Browse files
martintmkCopilot
andauthored
feat: introduce fetch_hyper (#437)
Extracting hyper-related APIs into separate crate. These APIs should be treated only as an internal implementation detail of hyper transport and will never be used directly nor exposed publicly from fetch. Public APIs are kept to a minimum: <img width="2327" height="1215" alt="image" src="https://github.com/user-attachments/assets/de6b0112-5bf0-41bb-95d1-48082e59eeba" /> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b5900ac commit 460b7b8

35 files changed

Lines changed: 4702 additions & 9 deletions

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Please see each crate's change log below:
1212
- [`data_privacy`](./crates/data_privacy/CHANGELOG.md)
1313
- [`data_privacy_macros`](./crates/data_privacy_macros/CHANGELOG.md)
1414
- [`data_privacy_macros_impl`](./crates/data_privacy_macros_impl/CHANGELOG.md)
15+
- [`fetch_hyper`](./crates/fetch_hyper/CHANGELOG.md)
1516
- [`fundle`](./crates/fundle/CHANGELOG.md)
1617
- [`fundle_macros`](./crates/fundle_macros/CHANGELOG.md)
1718
- [`fundle_macros_impl`](./crates/fundle_macros_impl/CHANGELOG.md)

0 commit comments

Comments
 (0)