[−][src]Module actix_http::body
Structs
| BodyStream | Type represent streaming body.
Response does not contain |
| SizedStream | 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
| Body | Represents various types of http message body. |
| BodySize | Body size hint |
| ResponseBody |
Traits
| MessageBody | Type that provides this trait can be streamed to a peer. |