# File lib/cgikit/handler.rb, line 10
      def register( app = nil )
        app ||= Application
        app.register_request_handler(request_handler_key(), self)
      end