Docs.rs
rns-ctl-0.2.3
rns-ctl 0.2.3
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
lelloman
Dependencies
env_logger ^0.11
normal
libc ^0.2
normal
log ^0.4
normal
rns-core ^0.1.7
normal
rns-crypto ^0.1.4
normal
rns-net ^0.5.4
normal
rustls ^0.23
normal
optional
rustls-pemfile ^2
normal
optional
serde ^1
normal
serde_json ^1
normal
rcgen ^0.13
dev
rustls ^0.23
dev
rustls-pemfile ^2
dev
Versions
20.75%
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 auth
rns_ctl
0.2.3
Module auth
Module Items
Functions
In crate rns_
ctl
rns_ctl
Module
auth
Copy item path
Source
Functions
ยง
check_
auth
Check authentication on an HTTP request. Returns Ok(()) if authenticated, Err(response) with 401 if not.
check_
ws_
auth
Check WebSocket auth via query parameter
?token=...
.