ResponseResults

data class ResponseResults(val statusCode: HttpStatusCode = HttpStatusCode.OK, val contentType: ContentType = Text.Plain.withCharset(Charsets.UTF_8), val contentText: String = "", val updateMsgs: List<String> = emptyList())(source)

Constructors

Link copied to clipboard
constructor(statusCode: HttpStatusCode = HttpStatusCode.OK, contentType: ContentType = Text.Plain.withCharset(Charsets.UTF_8), contentText: String = "", updateMsgs: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
val contentType: ContentType
Link copied to clipboard
val statusCode: HttpStatusCode
Link copied to clipboard