Versions in this module Expand all Collapse all v1 v1.5.2 Jun 10, 2025 Changes in this version + type Config struct + Gzip *Gzip + MaxLength *int64 + type ConfigBuilder struct + func NewConfigBuilder() *ConfigBuilder + func (b *ConfigBuilder) Parse() (*Config, error) + func (b *ConfigBuilder) WithBytes(config []byte) *ConfigBuilder + type Gzip struct + MaxLength *int64