Module actix_web::body[][src]

Expand description

Traits and structures to aid consuming and writing HTTP payloads.

Structs

Streaming response wrapper.

A boxed message body with boxed errors.

Known sized streaming response wrapper.

Enums

Represents various types of HTTP message body.

Body size hint.

Traits

An interface for response bodies.

Functions

Collects the body produced by a MessageBody implementation into Bytes.

Type Definitions