use http::HeaderName;
pub const X_INERTIA: HeaderName = HeaderName::from_static("x-inertia");
pub const X_INERTIA_VERSION: HeaderName = HeaderName::from_static("x-inertia-version");
pub const X_INERTIA_LOCATION: HeaderName = HeaderName::from_static("x-inertia-location");
pub const X_INERTIA_PARTIAL_COMPONENT: HeaderName =
HeaderName::from_static("x-inertia-partial-component");
pub const X_INERTIA_PARTIAL_DATA: HeaderName = HeaderName::from_static("x-inertia-partial-data");
pub const X_INERTIA_PARTIAL_EXCEPT: HeaderName =
HeaderName::from_static("x-inertia-partial-except");
pub const X_INERTIA_RESET: HeaderName = HeaderName::from_static("x-inertia-reset");
pub const VARY: HeaderName = HeaderName::from_static("vary");