Expand description
Request ID extraction with fixed common field precedence.
X-Request-Id is preferred and Request-Id is used only as a fallback.
These are configured field names used by this crate, not universal
IETF-standard request ID fields. This module does not generate or validate
identifiers.
Functionsยง
- extract_
header_ request_ id - Extract a request ID from request fields.
- extract_
request_ request_ id - Extract a request ID from a complete request.