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

#354 in HTTP server


Used in cooklang-sync-server

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


lib.rs:

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.

Dependencies

~15–49MB
~788K SLoC