When a response is provided and the view uses the @gzip_page decorator, even if GZipMiddleware appears before silk (as suggested by bug#43), the raw view at /silk/request/<uuid>/raw/?typ=response&subtyp=raw will only show the binary gzip data.
Perhaps there should be an option to allow decompressing responses that have Content-Encoding: gzip or similar?
When a response is provided and the view uses the @gzip_page decorator, even if GZipMiddleware appears before silk (as suggested by bug#43), the raw view at
/silk/request/<uuid>/raw/?typ=response&subtyp=rawwill only show the binary gzip data.Perhaps there should be an option to allow decompressing responses that have
Content-Encoding: gzipor similar?