cjstehno / ersatz

🤖 A simulated HTTP server for testing client code with configurable responses.
https://cjstehno.github.io/ersatz
Apache License 2.0
47 stars 5 forks source link

Replace the FileUpload API with JavaMail for multipart #40

Closed cjstehno closed 7 years ago

cjstehno commented 7 years ago

The JavaMail API is a bit more generic in its Multipart implementation - let's use it instead.

Make sure it works for both request and response multipart content. Document how to use it in both cases.

cjstehno commented 7 years ago

There is a branch, dev-multipart-refactor that has the starting point for this work.

cjstehno commented 7 years ago

This is not really necessary at this point.