1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-19 12:25:37 +02:00
Files
actix-web/actix-web/src/http/mod.rs
2022-02-04 20:37:33 +00:00

7 lines
217 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, KeepAlive, Method, StatusCode, Uri, Version};