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