Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
626
func
(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
TestFSServeFileCompressed
Function · 0.95
testFSFSCompress
Function · 0.95
TestDirFSServeFileCompressed
Function · 0.95
TestServeFileCompressed
Function · 0.95
testFSCompress
Function · 0.95
Calls
1
BodyUnzstdWithLimit
Method · 0.95
Tested by
5
TestFSServeFileCompressed
Function · 0.76
testFSFSCompress
Function · 0.76
TestDirFSServeFileCompressed
Function · 0.76
TestServeFileCompressed
Function · 0.76
testFSCompress
Function · 0.76