Skip to content

docs: Rewrite the custom HTTP client guide around the transport-hook contract - #1013

Draft
vdusek wants to merge 3 commits into
masterfrom
docs-custom-http-client-guide
Draft

docs: Rewrite the custom HTTP client guide around the transport-hook contract#1013
vdusek wants to merge 3 commits into
masterfrom
docs-custom-http-client-guide

Conversation

@vdusek

@vdusek vdusek commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Rewrites the HTTP clients concepts page around the three-layer hierarchy and the transport hooks, and replaces the HTTPX guide with "Build a custom HTTP client", which implements full AIOHTTP and requests clients including response adapters for the HttpResponse protocol.

Split out of #1006. Stacked on #1012.

✍️ Drafted by Claude Code

@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Aug 17, 2026
@vdusek vdusek self-assigned this Aug 17, 2026
@codecov

codecov Bot commented Aug 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.95%. Comparing base (7ecd92c) to head (7d38520).

Additional details and impacted files
@@                         Coverage Diff                         @@
##           fix-transport-retry-classification    #1013   +/-   ##
===================================================================
  Coverage                               94.95%   94.95%           
===================================================================
  Files                                      58       58           
  Lines                                    5406     5406           
===================================================================
  Hits                                     5133     5133           
  Misses                                    273      273           
Flag Coverage Δ
integration 91.99% <ø> (-0.12%) ⬇️
unit 85.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek
vdusek force-pushed the docs-custom-http-client-guide branch from 424c3f0 to 7d38520 Compare August 17, 2026 20:30
@vdusek
vdusek force-pushed the fix-transport-retry-classification branch from 5c18f4b to 7ecd92c Compare August 17, 2026 20:30
@vdusek
vdusek changed the base branch from fix-transport-retry-classification to master August 18, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants