Docs.rs
embystream-0.0.36
embystream 0.0.36
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
Open-PiliPili
Dependencies
aes ^0.8.4
normal
anyhow ^1.0.102
normal
argon2 ^0.5.3
normal
async-trait ^0.1.89
normal
axum ^0.8.9
normal
axum-extra ^0.10.3
normal
base64 ^0.22.1
normal
blake3 ^1.8.4
normal
bytes ^1.11.1
normal
cbc ^0.1.2
normal
chrono ^0.4.44
normal
cipher ^0.4.4
normal
clap ^4.6.1
normal
console ^0.16.3
normal
dashmap ^6.1.0
normal
dialoguer ^0.12.0
normal
directories ^6.0.0
normal
figlet-rs ^0.1.5
normal
form_urlencoded ^1.2.2
normal
futures-util ^0.3.32
normal
generic-array ^1.3.5
normal
http-body-util ^0.1.3
normal
http-range-header ^0.4.2
normal
http-serde ^2.1.1
normal
hyper ^1.9.0
normal
hyper-rustls ^0.27.9
normal
hyper-util ^0.1.20
normal
lazy_static ^1.5.0
normal
libc ^0.2.185
normal
moka ^0.12.15
normal
once_cell ^1.21.4
normal
percent-encoding ^2.3.2
normal
rand ^0.8.6
normal
regex ^1.12.3
normal
reqwest ^0.12.28
normal
rmp-serde ^1.3.1
normal
rusqlite ^0.37.0
normal
rustls ^0.23.39
normal
rustls-pemfile ^2.2.0
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
serde_urlencoded ^0.7.1
normal
sysinfo ^0.33.1
normal
tempfile ^3.27.0
normal
thiserror ^2.0.18
normal
time ^0.3.45
normal
tokio ^1.52.1
normal
tokio-rustls ^0.26.4
normal
tokio-stream ^0.1.18
normal
tokio-tungstenite ^0.28.0
normal
toml ^0.9.12
normal
tower-http ^0.6.8
normal
tracing ^0.1.44
normal
tracing-appender ^0.2.5
normal
tracing-subscriber ^0.3.23
normal
uuid ^1.23.1
normal
webbrowser ^1.2.1
normal
yup-oauth2 ^12.1.2
normal
filetime ^0.2.27
dev
tempfile ^3.27.0
dev
tower ^0.5.3
dev
Versions
14.62%
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
enforce_same_origin
embystream
0.0.36
In embystream::
web::
auth
embystream
::
web
::
auth
Function
enforce_
same_
origin
Copy item path
Source
pub async fn enforce_same_origin( request:
Request
, next:
Next
, ) ->
Result
<
Response
,
WebError
>