# File lib/merb-core/dispatch/request.rb, line 362
    def domain(tld_length = 1)
      host.split('.').last(1 + tld_length).join('.').sub(/:\d+$/,'')
    end