PlainRequest
class PlainRequest(val method: Method, val path: String, val parameters: Parameters, val content: ByteArray, val textContent: String?, val contentType: String, val contentEncoding: String?, val acceptContentType: String?)
Constructors
Link copied to clipboard
fun PlainRequest(method: Method, path: String, parameters: Parameters, content: ByteArray, textContent: String?, contentType: String, contentEncoding: String?, acceptContentType: String?)