Expand description
Types and utilities to support Multipart streaming responses.
Compared to axum_extra::response::MultipartForm, this implementation supports attaching arbitrary headers to
each part, as well as the possibility to convert a Stream of those parts to a streaming Response.
Structs§
- Part
- A part in a Multipart response.