Returns whether or not the URL is SSL.
Returns:
whether or not the URL is SSL
37 38 39
# File 'lib/httpalooza/request.rb', line 37 def ssl? !!(url.to_s =~ /^https/) end