rocket-multipart

Crates.iorocket-multipart
lib.rsrocket-multipart
version0.2.1
sourcesrc
created_at2024-06-15 05:23:24.142609
updated_at2024-06-26 04:45:28.244076
descriptionProvides a `multipart/mixed` Responder implementation
homepage
repositoryhttps://github.com/the10thWiz/rocket-multipart
max_upload_size
id1272602
size35,415
Matthew Pomes (the10thWiz)

documentation

README

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

Commit count: 11

cargo fmt