Can I use HttpServerResponse to return a Hono response?
Hi I'm using Hono as my server. in One of the routes I want to use HttpServerResponse.stream to stram SSE events but I wasn't able to transform HttpServerResponse.stream into a Response type. Any suggestions on how to do so?