#web-server #rocket #multipart-stream

rocket-multipart

Provides a multipart/mixed Responder implementation

4 releases

0.2.1 Jun 26, 2024
0.2.0 Jun 23, 2024
0.1.1 Jun 22, 2024
0.1.0 Jun 15, 2024

#2439 in HTTP server


Used in 2 crates

MIT license

34KB
750 lines

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.

Published on crates.io as rocket-multipart

Dependencies

~20–56MB
~821K SLoC