Crate rocket_multipart
source ·Expand description
§Rocket Multipart Streams
Implements support for Multipart streams in Rocket. The core types are
MultipartStream, which adapts a stream of MultipartSections into a
multipart/mixed response, and MultipartReader, which parses a multipart
stream into a sequence of MultipartReadSections.
Structs§
- A single item in a multipart stream
- The multipart data guard
- A single section to be returned in a stream
- A stream of sections to be returned as a
multipart/mixedstream.
Enums§
- Error returned by
MultipartReader