I'm creating form multipart data using newMultipartData(). I have to sign this data using SHA256 HMAC. How do I get the multipart data as the string that will be sent over the network? Using $ to convert the data to a string gives a verbose output, and I doubt this is what's sent.
