Docs.rs
satex-service-0.5.2
satex-service 0.5.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
wan2dev
Dependencies
async-trait ^0.1
normal
bytes ^1.10
normal
futures ^0.3
normal
http ^1.0
normal
http-body ^1.0
normal
hyper ^1.6
normal
hyper-rustls ^0.27
normal
hyper-util ^0.1
normal
rustls ^0.23
normal
satex-core ^0.5.1
normal
satex-load-balancer ^0.5.1
normal
satex-macro ^0.5.1
normal
serde ^1.0
normal
tower ^0.5
normal
tower-http ^0.5
normal
tracing ^0.1
normal
url ^2.5.4
normal
http-body-util ^0.1
dev
hyper ^1.6
dev
hyper-util ^0.1
dev
serde_yaml ^0.9
dev
tokio ^1.44
dev
Versions
18.18%
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
Crate satex_service
satex_
service
0.5.2
All Items
Sections
satex-service
内置模块
Crate Items
Modules
Structs
Crate
satex_
service
Copy item path
Source
Expand description
§
satex-service
Service 模块用于处理请求,并返回响应。
§
内置模块
名称
描述
文档
Echo
Echo 模块用于返回指定内容,通常用于测试、开发环境。
README.md
ServeDir
ServeDir 模块用于提供静态文件服务,支持目录的递归遍历和文件缓存。
README.md
Proxy
Proxy 模块用于代理请求到目标服务器,通常用于实现负载均衡、反向代理等场景。
README.md
Modules
§
echo
Echo
make
proxy
Proxy
serve_
dir
ServeDir
status_
code
Structs
§
Route
Service