Docs.rs
actix-web-httpauth-0.8.3
actix-web-httpauth 0.8.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
16 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
svartalf
github:actix:core
JohnTitor
Dependencies
actix-utils ^3
normal
actix-web ^4.12.1
normal
base64 ^0.23
normal
futures-core ^0.3.17
normal
futures-util ^0.3.17
normal
log ^0.4
normal
pin-project-lite ^0.2.17
normal
actix-cors ^0.7
dev
actix-service ^2
dev
actix-web ^4.1
dev
tracing ^0.1.44
dev
tracing-subscriber ^0.3
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module basic
actix_
web_
httpauth
0.8.3
Module basic
Module Items
Structs
In actix_
web_
httpauth::
extractors
actix_web_httpauth
::
extractors
Module
basic
Copy item path
Source
Expand description
Extractor for the “Basic” HTTP Authentication Scheme.
Structs
§
Basic
Auth
Extractor for HTTP Basic auth.
Config
BasicAuth
extractor configuration used for
WWW-Authenticate
header later.