thoughts about the planned Multipart support? #254
AnyChicTop
started this conversation in
General
Replies: 1 comment
-
Haven't thought about it yet in detail. At a very high level my intention is to provide functions to read the parts from the stream in sequence, with some helpers to handle non-file parts in a way that is closer to how regular forms are handled. I would prefer not to have to parse the entire body and create temp files, which may not even be possible on some devices. It would be up to the application to decide how much of the stream is read with each chunk. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Miguel,
I know it's on the roadmap. I don't know if you've started anything yet but I'd be interesting in your thoughts on how you are planning on tackling this.
Thank you for Microdot. Other frameworks either included too much or were too complex for my simple use cases. Multipart is the last thing we need to have all of the basics covered.
Beta Was this translation helpful? Give feedback.
All reactions