In `Source.DiskTree` it does this: `Response.parse...
# http4k
x
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
?