bytedance/go-tagexpr

支持gzip的request json body

Closed this issue · 3 comments

为了减少传输量,对请求body进行了gzip压缩,通过Content-Encoding进行标识。go-tagexpr是否准备支持?

如果需要提交实现PR,是引入一个新的bodycode,还是在binding内对Content-Encoding进行处理?

考虑一下在 *httpRequest.GetBody() 中直接处理,是否合理?

考虑一下在 *httpRequest.GetBody() 中直接处理,是否合理?

好的