fix: omit print request/response body for non-text content

This commit is contained in:
debugtalk
2022-02-21 21:18:31 +08:00
parent e5b53df245
commit 0423fc96e8
2 changed files with 62 additions and 15 deletions

View File

@@ -7,6 +7,7 @@
- change: json unmarshal to json.Number when parsing data
- fix: incorrect data type when extracting data using jmespath
- fix: decode response body in br/gzip/deflate formats
- fix: omit print request/response body for non-text content
## v0.6.1 (2022-02-17)