fix #100: decode response body in br/gzip/deflate formats

This commit is contained in:
debugtalk
2022-02-21 16:58:36 +08:00
parent 90e340de68
commit 283f5861f9
4 changed files with 31 additions and 1 deletions

View File

@@ -1,10 +1,12 @@
# Release History
## v0.6.2 (2022-02-20)
## v0.6.2 (2022-02-21)
- fix: omit pseudo header names for HTTP/1, e.g. :authority
- fix: generate `headers.\"Content-Type\"` in har2case
- 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
## v0.6.1 (2022-02-17)