Is there a serde_multipart as serde_urlencoded?

It seems that the current multipart libraries are only available for async context and mostly are deeply integrated with a particular http client/server library. So is there a simple multipart library like serde_urlencoded that supports serde? If not I can try to write one.

Isn't multipart this?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.