1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-20 18:40:08 +00:00
actix-web/src/http/mod.rs
2021-12-05 14:37:20 +00:00

5 lines
134 B
Rust

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