Support for auto parsing http gzip response content #260
Labels
enhancement
New feature or request
feature-request
good first issue
Good for newcomers
tui
terminal ui related
Is your feature request related to a problem? Please describe.
Currently, the response content captured by Kyanos in gzip format is not decompressed. It would be beneficial to automatically decompress the content when the HTTP header
Content-Encoding: gzip
is set.Describe the solution you'd like
Decompressing the content would be particularly useful when users want to view it in the watch table (but not during the protocol parsing phase). For implementation details, you can refer to the source file:
agent/render/watch/watch_render.go
:kyanos/agent/render/watch/watch_render.go
Lines 380 to 400 in 6d507da
Describe alternatives you've considered
None.
Additional context
None.
The text was updated successfully, but these errors were encountered: