Skip to main content

Module metadata

Module metadata 

Source
Expand description

Correlation metadata and harness header normalization.

Metadata is the correlation/routing envelope carried alongside a request or response. Metadata::from_headers normalizes host-specific HTTP headers into that neutral shape.

Structs§

Metadata
Correlation and routing metadata attached to a request or response.

Functions§

slice_to_header_map
Utility to convert a slice of string pairs into an http::HeaderMap.