# File lib/webrick/httpservlet/abstract.rb, line 42
      def do_GET(req, res)
        raise HTTPStatus::NotFound, "not found."
      end