Module body

Source
Expand description

http / http_body crate abstractions. Provides Body, implementing HttpBody for raw bytes slice.

Structsยง

Body
HttpBody implementation for body consisting of a single in-memory slice. Implementation is based on http_body_util::Full.