ResponseResults

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