Raw bytes with an explicit contentType.
contentType
void bytes( List<int> data, { String contentType = 'application/octet-stream', }) { _headers['content-type'] = contentType; _body = data; }