Module actix_http::body[][src]

Expand description

Traits and structures to aid consuming and writing HTTP payloads.

Structs

BodyStream

Streaming response wrapper.

BoxAnyBody

A boxed message body with boxed errors.

SizedStream

Known sized streaming response wrapper.

Enums

AnyBody

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.

Type Definitions

Body