1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-02-01 03:20:07 +01:00
actix-web/src/http/mod.rs
Ibraheem Ahmed 50dc13f280
move typed headers and implement FromRequest (#2094)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-04-01 16:42:18 +01:00

3 lines
45 B
Rust

pub mod header;
pub use actix_http::http::*;