gawel / WSGIProxy2

A WSGI Proxy with various http client backends
https://wsgiproxy2.readthedocs.org/en/latest/
MIT License
12 stars 17 forks source link

Return the data not gzip decoded #2

Closed almet closed 11 years ago

almet commented 11 years ago

Requests does that by default so you need to use the underlying raw data and let webtest decode it itself instead.