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

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.16
require (
github.com/denisbrodbeck/machineid v1.0.1
github.com/google/brotli/go/cbrotli v0.0.0-20220110100810-f4153a09f87c
github.com/google/uuid v1.3.0
github.com/httprunner/hrp/plugin v0.0.0
github.com/jinzhu/copier v0.3.2