You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
As far as I can see support for multipart/form-data is only available for HTTP requests (both for the client and server side).
Any opinion/plans about adding client and server support also for HTTP responses? This would be handy for all those cases where a HTTP server needs to "atomically" return one or more files (application/octet-stream) along with associated metadata (e.g. JSON, XML), without resorting to encoding the files, e.g. as BASE64 within a JSON field, since this latter solution bloats the response and adds considerable processing and memory overhead...