Docs.rs
poem-0.4.2
poem 0.4.2
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ZhangHanDong
sunli829
Dependencies
anyhow ^1.0.43
normal
askama ^0.10.5
normal
async-compression ^0.3.8
normal
async-trait ^0.1.51
normal
base64 ^0.13.0
normal
bytes ^1.0.1
normal
cookie ^0.15.1
normal
futures-util ^0.3.16
normal
http ^0.2.4
normal
hyper ^0.14.11
normal
mime ^0.3.16
normal
multer ^2.0.1
normal
parking_lot ^0.11.1
normal
pin-project-lite ^0.2.7
normal
poem-derive ^0.4.1
normal
serde ^1.0.127
normal
serde_json ^1.0.66
normal
serde_urlencoded ^0.7.0
normal
sha1 ^0.6.0
normal
tempfile ^3.2.0
normal
thiserror ^1.0.26
normal
tokio ^1.10.0
normal
tokio-rustls ^0.22.0
normal
tokio-stream ^0.1.7
normal
tokio-tungstenite ^0.15.0
normal
tokio-util ^0.6.7
normal
tracing ^0.1.26
normal
typed-headers ^0.2.0
normal
async-graphql ^2.9.10
dev
derive_more ^0.99.16
dev
slab ^0.4.4
dev
tokio ^1.10.0
dev
tracing-subscriber ^0.2.20
dev
Versions
88.54%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
Other items in
poem
?
Attribute Macro
poem
::
handler
[
−
]
[src]
#[handler]
Expand description
Wrap an asynchronous function as an
Endpoint
.
Example
ⓘ
#[
handler
]
async
fn
example
() { }