Function validated_request_id
pub fn validated_request_id<'a>(values: &'a [&'a str]) -> Option<&'a str>Expand description
Return the one canonical request id, rejecting absent, duplicate, and malformed values alike.
Callers use this only for response echo; absence therefore maps to None.