Module actix_web::body[][src]

Traits and structures to aid consuming and writing HTTP payloads.

Structs

BodyStream

Streaming response wrapper.

SizedStream

Known sized streaming response wrapper.

Enums

Body

Represents various types of HTTP message body.

BodySize

Body size hint.

ResponseBody

Traits

MessageBody

An interface for response bodies.

Functions

to_bytes

Collects the body produced by a MessageBody implementation into Bytes.