Module lambda_sqs::streaming
source · Expand description
Utilities for Lambda Streaming functions.
Structs§
- The body type used in axum requests and responses.
- A streaming response that contains the metadata prelude and the stream of bytes that will be sent to the client.
- A sender half created through
Body::channel().
Functions§
- Create a new
Bodystream with associated Sender half.