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