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 MultipartSections into a multipart/mixed response.

Structs§