ClientRequest

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