Crates.io | rocket-multipart |
lib.rs | rocket-multipart |
version | 0.2.1 |
source | src |
created_at | 2024-06-15 05:23:24.142609 |
updated_at | 2024-06-26 04:45:28.244076 |
description | Provides a `multipart/mixed` Responder implementation |
homepage | |
repository | https://github.com/the10thWiz/rocket-multipart |
max_upload_size | |
id | 1272602 |
size | 35,415 |
Implements support for Multipart streams in Rocket. The core types are
MultipartStream
, which adapts a stream of MultipartSection
s into a
multipart/mixed
response, and MultipartReader
, which parses a multipart
stream into a sequence of MultipartReadSection
s.
Published on [crates.io] as rocket-multipart