Skip to main content

Module headers

Module headers 

Source
Expand description

Header manipulation logic for request and response headers.

Provides functionality to add, set, and remove headers based on configuration.

§Security

Sensitive header values (Authorization, Cookie, API keys, etc.) are automatically redacted in debug logs to prevent credential leakage through log aggregation systems.

Structs§

CompiledHeaderConfig
CompiledHeaderOps

Functions§

apply_request_headers
Apply header operations to a request header.
apply_response_headers
Apply header operations to a response header.
apply_security_response_headers
Inject baseline security headers onto a response.