Forcing HttpRouter to Return a Specific Value on Bun Platform

Is there a way to force HttpRouter to return a specific value? HttpServerResponse.raw doesn't do it: In the Bun platform, I want to return an object called "Bun.HTMLBundle" from a route handler, which Bun handles in a particular way.
Was this page helpful?