1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-15 18:03:06 +01:00

5 lines
73 B
Rust
Raw Normal View History

//! Typed HTTP headers
2018-05-30 16:43:39 +03:00
pub mod authorization;
pub mod www_authenticate;