Vojtěch Knyttl
returning(Status.OK, Body.string(ContentType.TEXT_PLAIN).toLens() to "example string")
dave
Razvan
OpenApi3.kt
private fun List<HttpMessageMeta<Response>>.collectSchemas() = groupBy { CONTENT_TYPE(it.message) } .filterKeys { it == APPLICATION_JSON }
A modern programming language that makes developers happier.