Enum conjure_http::server::ResponseBody
source · Expand description
The response body returned from a blocking endpoint.
Variants§
Empty
An empty body.
Fixed(Bytes)
A body buffered in memory.
Streaming(Box<dyn WriteBody<O>>)
A streaming body.