Jeremy
08/07/2019, 2:45 AMrusshwolf
08/07/2019, 1:43 PMrespond()
overload that takes a ByteReadChannel
instead of a String
.Jeremy
08/08/2019, 12:34 AMrespond(ByteReadChannel(testInput))
? That results in same error. respond(String)
just maps to respond(ByteReadChannel)
Jeremy
08/08/2019, 12:37 AMJeremy
08/08/2019, 1:13 AMrusshwolf
08/08/2019, 2:45 AMrespond(
content = body,
headers = headersOf(HttpHeaders.ContentType, "application/json")
)
russhwolf
08/08/2019, 2:47 AMJeremy
08/08/2019, 1:17 PM