logo

Module actix_web::body[][src]

Structs

Type represent streaming body. Response does not contain content-length header and appropriate transfer encoding is used.

Type represent streaming body. This body implementation should be used if total size of stream is known. Data get sent as is without using transfer encoding.

Enums

Represents various types of http message body.

Body size hint

Traits

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