Skip to main content

Module request_id

Module request_id 

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