Wednesday, 21 August 2013

Python requests disable auto decoding

Python requests disable auto decoding

Can you disable the auto decoding feature in requests version 1.2.3?
I've looked through the documentation and couldn't find anything, I'm
currently experiencing a gzip decode error and want to manually debug the
data coming through the request.

No comments:

Post a Comment