This website requires JavaScript.
Explore
Help
Sign In
actix
/
actix-extras
Watch
1
Star
0
Fork
0
You've already forked actix-extras
mirror of
https://github.com/actix/actix-extras.git
synced
2025-03-15 09:53:05 +01:00
Code
Issues
Releases
Wiki
Activity
actix-extras
/
actix-web-httpauth
/
src
/
headers
/
mod.rs
5 lines
74 B
Rust
Raw
Normal View
History
Unescape
Escape
improve httpauth ergonomics (#264) * improve httpauth ergonomics * update changelog * code and docs cleanup * docs * docs clean * remove AuthExtractor trait * update changelog
2022-07-21 03:50:22 +02:00
//! Typed HTTP headers.
Upgrage to the actix-web 1.0 -- alpha.1 version
2019-05-15 17:38:55 +03:00
Bearer auth
2018-05-30 16:43:39 +03:00
pub
mod
authorization
;
pub
mod
www_authenticate
;
Reference in New Issue
Copy Permalink