I'm trying to return some arbitrary data (compress...
# http4k
l
I'm trying to return some arbitrary data (compressed CBOR; a byte array). I'm not sure if what I have above is correct, but it seems that http4k thinks its returning a response (I see the output while debugging). I don't ever actually see the response delivered though (and no response goes out in Wireshark). Is there a canonical way to return arbitrary binary data?