Docs.rs
boluo-core-0.3.0
boluo-core 0.3.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
dakai-chen
Dependencies
bytes ^1
normal
futures-core ^0.3
normal
http ^1
normal
http-body ^1
normal
http-body-util ^0.1.0
normal
mime ^0.3
normal
pin-project-lite ^0.2
normal
sync_wrapper ^1
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
boluo_core
0.3.0
Module handler
Structs
Functions
In crate boluo_core
?
Module
boluo_core
::
handler
source
·
[
−
]
Expand description
可用于处理请求并返回响应的异步函数。
Structs
§
HandlerFn
将给定的处理程序转换为
Service
。
Functions
§
handler_fn
将给定的处理程序转换为
Service
。