Request: supporting httpx
-style responses
#440
Labels
api: storage
Issues related to the googleapis/google-resumable-media-python API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
I have
google-resumable-media==2.7.1
and want to use it withhttpx
.httpx
breaks compatibility withrequests
in several ways:stream = True
(used here) is now a context manager: https://www.python-httpx.org/compatibility/#streaming-responsesiter_content
(used here) is nowiter_bytes
: https://www.python-httpx.org/compatibility/#streaming-responsesDescribe the solution you'd like
It would be nice to support
httpx
. It is also supportsasyncio
as requested in #28.Describe alternatives you've considered
N/a
Additional context
N/a
The text was updated successfully, but these errors were encountered: