Docs.rs
boluo-core-0.2.1
boluo-core 0.2.1
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.2.1
All Items
Modules
Macros
Type Aliases
?
Crate
boluo_core
source
·
[
−
]
Expand description
boluo
的核心类型和特征。
Modules
§
body
HTTP主体。
extract
从请求中提取数据的类型和特征。
handler
可用于处理请求并返回响应的异步函数。
http
http
库的重新导出。
middleware
中间件的特征和相关类型的定义。
request
HTTP请求。
response
HTTP响应。
service
服务的特征和相关类型的定义。
Macros
§
name
将常量字符串声明为类型的宏,该类型实现特征
Name
。
Type Aliases
§
BoxError
类型擦除的错误类型别名