# File lib/action_dispatch/http/url.rb, line 15
      def protocol
        ssl? ? 'https://' : 'http://'
      end