docs: Document the transport-hook contract and the built-in HTTPX client - #1013
Draft
vdusek wants to merge 1 commit into
Draft
docs: Document the transport-hook contract and the built-in HTTPX client#1013vdusek wants to merge 1 commit into
vdusek wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## add-httpx-client #1013 +/- ##
=================================================
Coverage 94.97% 94.97%
=================================================
Files 59 59
Lines 5469 5469
=================================================
Hits 5194 5194
Misses 275 275
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
vdusek
force-pushed
the
docs-custom-http-client-guide
branch
from
August 17, 2026 20:30
424c3f0 to
7d38520
Compare
vdusek
changed the base branch from
fix-transport-retry-classification
to
master
August 18, 2026 18:23
vdusek
force-pushed
the
docs-custom-http-client-guide
branch
from
August 19, 2026 06:25
7d38520 to
71bfaa3
Compare
This was referenced Aug 19, 2026
vdusek
force-pushed
the
docs-custom-http-client-guide
branch
from
August 19, 2026 06:57
71bfaa3 to
e51e3bd
Compare
vdusek
marked this pull request as ready for review
August 19, 2026 07:07
vdusek
marked this pull request as draft
August 19, 2026 07:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rewrites the HTTP clients concepts page around the three-layer hierarchy and the transport hooks, documents the built-in HTTPX client from #1004 (installation, sync/async examples, timeout semantics), and replaces the old HTTPX guide with "Build a custom HTTP client", which implements full AIOHTTP and requests clients including response adapters for the
HttpResponseprotocol.Stack: #1022 (pipeline) → #1004 (HTTPX client) → #1013 (this). Split out of #1006.
✍️ Drafted by Claude Code