Sorry, this is not an issue (I think), just and idea to include.
I am observing that when a service returns a gzip'ed file (javascript in my case), rewrite body is not rewriting the response.
Any chance the plugin to do:
gzip service response -> plugin-rewritebody un-gzip -> plugin-rewritebody rewrite body -> plugin-rewritebody gzip -> and so on...
Sorry not to make a pull request by my own but unfortunately I have no Go knowledge.
Sorry, this is not an issue (I think), just and idea to include.
I am observing that when a service returns a gzip'ed file (javascript in my case), rewrite body is not rewriting the response.
Any chance the plugin to do: gzip service response -> plugin-rewritebody un-gzip -> plugin-rewritebody rewrite body -> plugin-rewritebody gzip -> and so on...
Sorry not to make a pull request by my own but unfortunately I have no Go knowledge.
Cheers.