there are documentations on how to send a multipart message but no information I can find relates to how to receive a multipart message.
I have a restful service that returns multiple files in a multipart message. I wonder what is the best way to use OKHttp to handle the response. Ideally, I can use MOSHI only.
Many thanks, Jason