python-tuf icon indicating copy to clipboard operation
python-tuf copied to clipboard

Create a `class HttpxFetcher(FetcherInterface)` for `httpx`

Open KOLANICH opened this issue 3 years ago • 1 comments

Description of issue or feature request: requests doesn't support HTTP/2

Current behavior: no HttpxFetcher

Expected behavior: HttpxFetcher is implemented

KOLANICH avatar Aug 11 '22 17:08 KOLANICH

A reasonable request. I'll just note that it is possible to implement this outside of python-tuf as well: this is why FetcherInterface is public API.

jku avatar Aug 12 '22 06:08 jku