Skip to main content

Module batch

Module batch 

Source
Expand description

Axum extractor for batch operation streams.

Provides BatchOperationStream, which parses a multipart request body into a lazy stream of Operations.

All insert metadata uses the shared request timestamp, even for fields parsed later while streaming the body.

Structs§

BatchOperationStream
A lazily-parsed stream of batch operations extracted from a multipart request body.

Enums§

BatchError
Errors that can occur when processing or executing batch operations.