[−][src]Trait conjure_http::server::RequestBody
An HTTP request body.
Associated Types
type BinaryBody[src]
The binary body type.
Required methods
fn accept<V>(self, visitor: V) -> Result<V::Output, Error> where
V: VisitRequestBody<Self::BinaryBody>, [src]
V: VisitRequestBody<Self::BinaryBody>,
Accepts a visitor, calling the correct method corresponding to this body type.