Versions in this module Expand all Collapse all v1 v1.0.1 Sep 1, 2023 Changes in this version + func GzipIt(input []byte) ([]byte, error) + func IsGzip(input []byte) bool + func IsWasm(input []byte) bool + func LimitReader(r io.Reader, n int64) io.Reader + func Uncompress(gzipSrc []byte, limit uint64) ([]byte, error) + type LimitedReader struct + func (l *LimitedReader) Read(p []byte) (n int, err error)