public interface MultipartPart
A part contains some headers, and a sequence of bytes as the part body. See RFC2046.
Map<String,String> headers()
The returned Map is read-only; keys are case-insensitive for lookup.
ByteSource body()
This method may be invoked only once in some implementations.