HttpClientResponse
data class HttpClientResponse( val body: Any = "", val headers: HttpFields<Header> = HttpFields(), val contentType: ContentType? = null, val cookies: List<HttpCookie> = emptyList(), val status: HttpStatus = NOT_FOUND, val contentLength: Long = -1L) : HttpClientResponsePort
Content copied to clipboard
Constructors
Link copied to clipboard
fun HttpClientResponse( body: Any = "", headers: HttpFields<Header> = HttpFields(), contentType: ContentType? = null, cookies: List<HttpCookie> = emptyList(), status: HttpStatus = NOT_FOUND, contentLength: Long = -1L)
Content copied to clipboard