Struct tsukuyomi::input::body::RequestBody[][src]

pub struct RequestBody { /* fields omitted */ }

A type representing a message body in the incoming HTTP request.

Methods

impl RequestBody
[src]

Returns 'true' if the instance of raw message body has already taken away.

Creates an instance of "Payload" from the raw message body.

Creates an instance of "ReadAll" from the raw message body.

Returns 'true' if the upgrade function is set.

Registers the upgrade function to this request.

Trait Implementations

impl Debug for RequestBody
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RequestBody

impl !Sync for RequestBody