Module hrpc::body[][src]

Expand description

Body utitilies and types.

Functions

Convert a http_body::Body into a BoxBody.

Create an empty BoxBody.

Create a “full” (single chunk) BoxBody containing the given data.

Type Definitions

A boxed Body trait object.

A hyper::Body, mainly used for Request types.