bodyOf

fun bodyOf(inputStream: InputStream, contentType: String = "application/octet-stream"): Body(source)
fun bodyOf(bytes: ByteArray, contentType: String = "application/octet-stream"): Body(source)
fun bodyOf(text: String, contentType: String = "text/plain"): Body(source)