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 |
#435 in HTTP server
Used in cooklang-sync-server
34KB
750 lines
Rocket Multipart Streams
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
lib.rs
:
Rocket Multipart Streams
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.
Dependencies
~15–46MB
~787K SLoC