Expand description
Experimental body types.
Analogous to the body
module in Actix Web.
Structs§
Functions§
- channel
- Returns a sender half and a receiver half that can be used as a body type.
- new_
infallible_ body_ stream - Constructs a new
BodyStream
from an infallible byte chunk stream. - new_
infallible_ sized_ stream - Constructs a new
SizedStream
from an infallible byte chunk stream. - writer
- Returns an
AsyncWrite
response body writer and its associated body type.