# File lib/action_dispatch/http/url.rb, line 153
      def domain(tld_length = @@tld_length)
        ActionDispatch::Http::URL.extract_domain(host, tld_length)
      end