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

Type that implement this trait can be streamed to a peer.