Module aws_smithy_http_server::body
source · Expand description
HTTP body utilities.
Structs§
- A stream of
Bytes
, used when receiving bodies.
Functions§
- Convert a
http_body::Body
into aBoxBody
.
Type Aliases§
- The primary
Body
returned by the generatedsmithy-rs
service.