Module actix_web_lab::body
source · Expand description
Experimental body types.
Analogous to the body
module in Actix Web.
Structs§
- A channel-like sender for body chunks.
- An
AsyncWrite
response body writer.
Functions§
- Returns a sender half and a receiver half that can be used as a body type.
- Constructs a new
BodyStream
from an infallible byte chunk stream. - Constructs a new
SizedStream
from an infallible byte chunk stream. - Returns an
AsyncWrite
response body writer and its associated body type.