Struct finchers_core::input::RequestBody [] [src]

pub struct RequestBody { /* fields omitted */ }

An asyncrhonous stream to receive the chunks of incoming request body.

Methods

impl RequestBody
[src]

[src]

Create an instance of empty RequestBody.

[src]

Create an instance of RequestBody from a chunk of bytes.

[src]

Create an instance of RequestBody from hyper::Body.

[src]

Poll an element of Chunk.

Trait Implementations

impl Debug for RequestBody
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RequestBody

impl Sync for RequestBody