Skip to content

Improve ProxymanCore with gzip encoding/decoding #145

@NghiaTranUIT

Description

@NghiaTranUIT

🐶 Brief

We shouldn't remove accept-encoding from Proxyman -> Server. We should keep it then decoding gzip when receiving data from server.

Therefore, we can get the uncompress body size, and compress body size. As well as increase the performance of Proxyman

Ref: https://github.com/nicklockwood/GZIP

👑 Criteria

  • Keep the accept-encoding in header from Proxyman -> Server
  • Detect encoding type and decompress if possible
  • Able to see gzip content properly

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions