Skip to main content

Module config

Module config 

Source

Structs§

CompressionConfig
Response compression configuration.
HttpConfig
HTTP plugin configuration.
TlsConfig
TLS certificate + key paths.

Enums§

CompressionAlgorithm

Functions§

parse_byte_size
Parse a human-readable byte size: “10mb”, “512kb”, “1gb”, “256b”, or a plain integer. Case-insensitive. Accepts both “mb” and “mib” (binary interpretation throughout).