# File lib/action_controller/request.rb, line 266
    def protocol
      ssl? ? 'https://' : 'http://'
    end