Docs.rs
wae-https-0.0.1
wae-https 0.0.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fqq
Dependencies
askama ^0.15.4
normal
bytes ^1.11.1
normal
futures-util ^0.3.32
normal
http ^1.4.0
normal
http-body ^1.0.1
normal
http-body-util ^0.1.3
normal
hyper ^1.8.1
normal
hyper-util ^0.1.20
normal
matchit ^0.9
normal
mime_guess ^2.0.5
normal
pin-project-lite ^0.2.17
normal
rustls-pemfile ^2.2.0
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
tokio ^1.50.0
normal
tokio-rustls ^0.26.4
normal
tower ^0.5.3
normal
tower-http ^0.6.8
normal
tracing ^0.1.44
normal
uuid ^1.22.0
normal
wae-session ^0.0.1
normal
wae-types ^0.0.1
normal
Versions
100%
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 router
wae_
https
0.0.1
Module router
Module Items
Structs
Functions
In crate wae_
https
wae_https
Module
router
Copy item path
Source
Expand description
HTTP 路由模块
提供路由构建和管理工具。
Structs
§
Method
Router
方法路由类型(暂时定义)
Router
Builder
路由构建器
Functions
§
delete
DELETE 方法路由
get
GET 方法路由
head
HEAD 方法路由
health_
check_
router
健康检查路由
options
OPTIONS 方法路由
patch
PATCH 方法路由
post
POST 方法路由
put
PUT 方法路由
trace
TRACE 方法路由