Docs.rs
actus-reply-1.0.0
actus-reply 1.0.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
uniweb
macrini
Dependencies
bytes ^1.6
normal
futures-util ^0.3
normal
http ^1.1
normal
http-body-util ^0.1
normal
hyper ^1.3
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
tokio ^1.38
normal
tracing ^0.1
normal
Versions
100%
of the crate is documented
Go to latest version
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 finalizer
actus_
reply
1.0.0
Module finalizer
Module Items
Structs
In crate actus_
reply
actus_reply
Module
finalizer
Copy item path
Source
Expand description
Contains the Finalizer, which converts a ReplyData into a real HTTP response.
Structs
§
Finalizer
Converts a
ReplyData
into a concrete
hyper
HTTP response — setting status, headers, and body, and driving buffered, streaming, SSE, and connection-upgrade replies.