Docs.rs
cf-api-gateway-0.1.0
cf-api-gateway 0.1.0
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
Artifizer
Dependencies
anyhow ^1.0
normal
arc-swap ^1.7
normal
async-trait ^0.1
normal
axum ^0.8
normal
chrono ^0.4
normal
dashmap ^6.1
normal
governor ^0.10
normal
http ^1.3
normal
inventory ^0.3
normal
matchit ^0.9
normal
cf-modkit ^0.1.0
normal
cf-modkit-auth ^0.1.0
normal
cf-modkit-security ^0.1.0
normal
nanoid ^0.4
normal
parking_lot ^0.12
normal
rust-embed ^8
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.47
normal
tokio-util ^0.7
normal
tower ^0.5
normal
tower-http ^0.6
normal
tracing ^0.1
normal
utoipa ^5.4
normal
uuid ^1.19
normal
futures-core ^0.3
dev
cf-modkit-odata ^0.1.0
dev
cf-tenant-resolver-sdk ^0.1.0
dev
uuid ^1.19
dev
reqwest ^0.12
build
Versions
54.39%
of the crate is documented
Go to latest version
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
Files
api_gateway/middleware/
mod.rs
1
pub mod
license_validation;
2
pub mod
mime_validation;
3
pub mod
rate_limit;
4
pub mod
request_id;