airtasker / proxay

Proxay is a record/replay proxy server that helps you write faster and more reliable tests.
Other
72 stars 6 forks source link

[TEX-537] Refactor compression #555

Closed timdawborn closed 9 months ago

timdawborn commented 9 months ago

This PR continues to cleanup this codebase ahead of supporting richer, content-type-aware, request body matching.

This PR refactors all of the logic that deals with compression into a singular location, and removes an old, outdated third-party library in favour of the builtin NodeJS implementation.