# File lib/action_dispatch/http/url.rb, line 143
      def port_string
        standard_port? ? '' : ":#{port}"
      end