HttpClientRequest
fun HttpClientRequest( method: HttpMethod = GET, protocol: HttpProtocol = HTTP, host: String = "localhost", port: Int = 80, path: String = "", queryParameters: HttpFields<QueryParameter> = HttpFields(), headers: HttpFields<Header> = HttpFields(), body: Any = "", parts: List<HttpPart> = emptyList(), formParameters: HttpFields<FormParameter> = HttpFields(), cookies: List<HttpCookie> = emptyList(), contentType: ContentType? = null, accept: List<ContentType> = emptyList())
Content copied to clipboard