MCPcopy
hub / github.com/valyala/fasthttp / BodyUnzstd

Method BodyUnzstd

http.go:626–628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

624}
625
626func (resp *Response) BodyUnzstd() ([]byte, error) {
627 return resp.BodyUnzstdWithLimit(0)
628}
629
630// BodyUnzstdWithLimit returns un-zstd body data and limits the size
631// of uncompressed body data to maxBodySize bytes.

Callers 5

testFSFSCompressFunction · 0.95
TestServeFileCompressedFunction · 0.95
testFSCompressFunction · 0.95

Calls 1

BodyUnzstdWithLimitMethod · 0.95

Tested by 5

testFSFSCompressFunction · 0.76
TestServeFileCompressedFunction · 0.76
testFSCompressFunction · 0.76