Skip to main content

extract_request_request_id

Function extract_request_request_id 

Source
pub fn extract_request_request_id<B>(
    request: &Request<B>,
) -> Result<Option<&str>, Error>
Expand description

Extract a request ID from a complete request.

This reads request.headers() and delegates to extract_header_request_id. It therefore uses the same fixed precedence, missing and error behavior, preserves empty selected values, and performs no generation or validation.