Expand description
HTTP header utilities and case-insensitive storage.
This module provides the foundational header map implementation used across the Goose HTTP server to store and retrieve header fields while preserving insertion order and supporting multi-value semantics.
Modules§
- header_
keys - Common HTTP header field names as string constants for efficient lookups.
Structs§
- Header
Name - Represents an HTTP/1.1 header name with case-insensitive comparison.
- Headers
- Represents HTTP headers with support for multiple values per key.