1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 18:29:34 +00:00
actix-web/src/http/mod.rs

6 lines
134 B
Rust
Raw Normal View History

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