//! HTTP headers used by SurrealDB
use HeaderName;
pub static ID: HeaderName = from_static;
pub static NS: HeaderName = from_static;
pub static DB: HeaderName = from_static;
pub static AUTH_NS: HeaderName = from_static;
pub static AUTH_DB: HeaderName = from_static;
pub static VERSION: HeaderName = from_static;