Use multer instead of axum's multipart #2218
Labels
filler
Requires little effort to resolve. Ready to be picked up anytime.
maintenance
Tasks with this label generally have a lower priority and due date
Axum has a multipart extractor that opaquely wraps
multer::Multipart
. It lacks two essential APIs:Since we already use
multer
for parsing nested multipart bodies, we can remove themultipart
feature from axum and implement a simple extractor wrapper ourselves.The text was updated successfully, but these errors were encountered: