pub const REQUEST_ID_HEADER: &str = "X-REQUEST-ID";
Expand description

A header set with a unique UUID (according to RFC4122 with “-”’s included) for the request, used for tracking requests and debugging. Responses must have the same string in the X-REQUEST-ID header value as the requests they correspond to.