Crate rocket_multipart
source ·Expand description
§Rocket Multipart Streams
Implements support for Multipart streams in Rocket. The core type is
MultipartStream
, which adapts a stream of MultipartSection
s into a
multipart/mixed
response.
Structs§
- A single section to be returned in a stream
- A stream of sections to be returned as a
multipart/mixed
stream.