PlainRequest

fun PlainRequest(    method: Method,     path: String,     parameters: Parameters,     content: ByteArray,     textContent: String?,     contentType: String,     contentEncoding: String?,     acceptContentType: String?)