https://kotlinlang.org logo
#http4k
Title
x

xenomachina

04/03/2018, 9:57 PM
In
Source.DiskTree
it does this:
Response.parse(String(readBytes()))
Is there a way to parse a
Response
from bytes without going through a
String
?