1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-15 18:03:06 +01:00
Rob Ede ff06958b32
improve httpauth ergonomics (#264)
* improve httpauth ergonomics

* update changelog

* code and docs cleanup

* docs

* docs clean

* remove AuthExtractor trait

* update changelog
2022-07-21 02:50:22 +01:00

5 lines
74 B
Rust

//! Typed HTTP headers.
pub mod authorization;
pub mod www_authenticate;