Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/the10thwiz/rocket-multipart


https://github.com/the10thwiz/rocket-multipart

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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`