1//! Various HTTP related types. 2 3pub mod header; 4 5pub use actix_http::{uri, ConnectionType, Error, KeepAlive, Method, StatusCode, Uri, Version};