Versions in this module Expand all Collapse all v0 v0.70.0 Jun 16, 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