Docs.rs
boluo-core-0.6.0
boluo-core 0.6.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
dakai-chen
Dependencies
bytes ^1
normal
futures-core ^0.3
normal
futures-io ^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
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.6.0
Module handler
Module Items
Structs
Functions
In crate boluo_
core
boluo_core
Module
handler
Copy item path
Source
Expand description
可用于处理请求并返回响应的异步函数。
Structs
§
Handler
Fn
将给定的处理程序转换为
Service
。
Functions
§
handler_
fn
将给定的处理程序转换为
Service
。