1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-04-17 18:57:57 +02:00
actix-web/src/http/mod.rs
2021-12-25 02:34:35 +00:00

7 lines
206 B
Rust

//! Various HTTP related types.
pub mod header;
// TODO: figure out how best to expose http::Error vs actix_http::Error
pub use actix_http::{uri, ConnectionType, Error, Method, StatusCode, Uri, Version};