Docs.rs
tide-auth-0.1.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
tide-auth 0.1.0
This is the library for tide parsing the auth field
Crate
Source
Builds
Feature flags
Documentation
Coverage
26.32%
5
out of
19
items documented
0
out of
1
items with examples
Size
Source code size: 53.74 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 3.74 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Repository
crates.io
Dependencies
anyhow ^1
normal
async-std ^1.9
normal
async-trait ^0.1.42
normal
base64 ^0.13
normal
http-types ^2.10
normal
tide ^0.16
normal
Versions
0.1.0
(2021-06-30)
Owners
tide-auth
tide框架的auth中间件。
功能
该框架只会对req的请求头进行解析,在错误时会返回403,并将解析的结果存储在req的ext中,不会涉及存储等知识。