class WEBrick::HTTPServlet::FileHandler

def do_POST(req, res)

def do_POST(req, res)
  unless exec_handler(req, res)
    raise HTTPStatus::NotFound, "'#{req.path}' not found."
  end
end