Sending multipart responses #2809
-
Hi there, I'm wondering how can I send multipart responses with Rocket? I would imagine I should be using Response builder, but I can't figure out how... Ideally with streaming... Response headers:
Body:
Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
the10thWiz
Jun 15, 2024
Replies: 1 comment 4 replies
-
This turns out to be a bit more complex than most |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've published my solution as rocket-multipart, please let me know if you find any issues, or require additional features.