Module fastly::http::body[][src]

HTTP bodies.

Structs

Body

An HTTP body that can be read from, written to, or appended to another body.

Prefix

Smart pointer returned by Body::get_prefix_mut().

PrefixString

Smart pointer returned by Body::get_prefix_str_mut().

StreamingBody

A streaming HTTP body that can be written to, or appended to from another body.