Skip to content

feat: add HttpxFetcher implementation (#2073) - #2983

Open
ChickenisLegit wants to merge 2 commits into
theupdateframework:developfrom
ChickenisLegit:feature/issue-2073-httpx-fetcher
Open

feat: add HttpxFetcher implementation (#2073)#2983
ChickenisLegit wants to merge 2 commits into
theupdateframework:developfrom
ChickenisLegit:feature/issue-2073-httpx-fetcher

Conversation

@ChickenisLegit

Copy link
Copy Markdown

This PR introduces an optional \HttpxFetcher\ implementation of \FetcherInterface\ that uses \httpx, providing HTTP/2 support. Resolves #2073.

@ChickenisLegit
ChickenisLegit requested a review from a team as a code owner August 9, 2026 07:24
Signed-off-by: ChickenisLegit <ChickenisLegit@users.noreply.github.com>
…Docs

Signed-off-by: ChickenisLegit <ChickenisLegit@users.noreply.github.com>
@ChickenisLegit
ChickenisLegit force-pushed the feature/issue-2073-httpx-fetcher branch from 9d9b67f to d4fa41e Compare August 9, 2026 08:31
@jku

jku commented Aug 10, 2026

Copy link
Copy Markdown
Member

This PR looks good and fairly compact to me but my main worry is keeping this project sustainable with fewer maintainers and I would like to not add code if possible. In this case FetcherInterface is public so implementing a fetcher outside of the project is perfectly possible.

So I'm not 100% against adding this into python-tuf but unless there's clear demand from users I'm leaning towards not doing so just to keep the code as minimal as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a class HttpxFetcher(FetcherInterface) for httpx

2 participants