1 2 3 4 5 6 7 8
//! Headers recognised by Gotham which do not exist in the standard headers
//! provided by the Hyper library.
/// Marks the identifier of a request to a Gotham server.
pub const X_REQUEST_ID: &str = "x-request-id";
/// Marks the execution time of a Gotham request.
pub const X_RUNTIME_DURATION: &str = "x-runtime-duration";