ClientRequest

data class ClientRequest(val method: Method = GET, val url: Uri = Uri.of("/"), val headers: Map<String, HeaderEntry> = mapOf("0" to HeaderEntry()), val contentType: String = "", val body: String = "")(source)

Constructors

Link copied to clipboard
constructor(method: Method = GET, url: Uri = Uri.of("/"), headers: Map<String, HeaderEntry> = mapOf("0" to HeaderEntry()), contentType: String = "", body: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: Uri