# File lib/action_dispatch/http/url.rb, line 87
      def protocol
        @protocol ||= ssl? ? 'https://' : 'http://'
      end