also is there a way to serve static HTML for one f...
# http4k
a
also is there a way to serve static HTML for one file only? I am trying to respond with a 403 and to then serve a custom HTML page for it. The way I have been doing it now is loading it via the classpath as an inputstream then sticking that into the Response, though I wasn't sure if there was already something which could do that work for me