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
Maybe a similar function signature like (ring.mock.request/multipart request map) could be used, where the map keys would be strings and values could be either strings or files.
The text was updated successfully, but these errors were encountered:
A built-in support for mocking multipart uploads would be nice.
In #9, @danielcompton gives a workaround using Peridot's
peridot.multipart/build
:Peridot's implementation uses
org.apache.httpcomponents/httpmime
.Maybe a similar function signature like
(ring.mock.request/multipart request map)
could be used, where the map keys would be strings and values could be either strings or files.The text was updated successfully, but these errors were encountered: