Module streaming

Source
Expand description

Utilities for Lambda Streaming functions.

Structs§

Body
The body type used in axum requests and responses.
Response
A streaming response that contains the metadata prelude and the stream of bytes that will be sent to the client.
Sender
A sender half created through Body::channel().

Functions§

channel
Create a new Body stream with associated Sender half.