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

#337 in HTTP server

Download history 13/week @ 2024-10-03 4/week @ 2024-11-28 8/week @ 2024-12-05 20/week @ 2024-12-12 1/week @ 2024-12-19

199 downloads per month
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


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–46MB
~771K SLoC