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.