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