# File lib/action_dispatch/http/url.rb, line 99
      def host
        raw_host_with_port.sub(/:\d+$/, '')
      end