<@U4H0M349G> so I actually got it working. It seem...
# http4k
l
@dave so I actually got it working. It seems
DebuggingFilters.PrintRequestAndResponse
was eating the response. But, it only does this if the response body is an input stream (e.g.
Response(OK).body(data.inputStream())
). If you set the
body(...)
to a string (e.g. "abcd") it works just fine.