-
-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multipart parsing for RequestBodyParserMiddleware (file uploads) #226
Support multipart parsing for RequestBodyParserMiddleware (file uploads) #226
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some very nice progress, I like the direction this is heading! 👍
The code currently contains some unclear references and a number of leftover references as it was apparently prepared before the buffer middleware landed. Can you update this?
Ping @clue, all your concens have been address and where needed code has been updated. |
ping @clue would it be possible to proceed with this PR? |
ae498a7
to
bd8b4ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've squashed some of your changes and made some minor adjustments to the readme, if you're good with these changes, then let's get this in!
I still have a number of (minor) outstanding issues, but I'd really love to get this feature shipped 👍 Given that my remarks won't affect the public API, I'd rather address this separately in a follow-up PR.
🎉 |
Follow up on #220 adding multipart support for forms and file uploads
Supersedes / Closes #41
Implements / Closes #105
Implements / Closes #117
Todo: