googleapis / google-resumable-media-python

Apache License 2.0
43 stars 45 forks source link

Request: supporting `httpx`-style responses #440

Open jamesbraza opened 1 week ago

jamesbraza commented 1 week ago

Is your feature request related to a problem? Please describe.

I have google-resumable-media==2.7.1 and want to use it with httpx. httpx breaks compatibility with requests in several ways:

It would be nice to support httpx. It is also supports asyncio as requested in https://github.com/googleapis/google-resumable-media-python/issues/28.

Describe alternatives you've considered

N/a

Additional context

N/a

cojenco commented 1 week ago

Thanks for the feature request. We don't have more information on the roadmap for httpx support but our team will look into this and provide an update when one is available.