mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-15 18:03:06 +01:00
* improve httpauth ergonomics * update changelog * code and docs cleanup * docs * docs clean * remove AuthExtractor trait * update changelog
5 lines
74 B
Rust
5 lines
74 B
Rust
//! Typed HTTP headers.
|
|
|
|
pub mod authorization;
|
|
pub mod www_authenticate;
|