I do not how it's work, but probably it can be used as temporal solution.

void root(HTTPServerRequest req, HTTPServerResponse res)
{
serveStaticFile("public/123.html")(req,res);
}