Skip to main content

Module headers

Module headers 

Source
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§

HeaderName
Represents an HTTP/1.1 header name with case-insensitive comparison.
Headers
Represents HTTP headers with support for multiple values per key.