Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the10thwiz/rocket-multipart
https://github.com/the10thwiz/rocket-multipart
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/the10thwiz/rocket-multipart
- Owner: the10thWiz
- License: mit
- Created: 2024-06-15T05:15:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T04:44:58.000Z (4 months ago)
- Last Synced: 2024-10-09T20:41:45.647Z (29 days ago)
- Language: Rust
- Size: 72.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`