# File lib/em-http/http_client_options.rb, line 28 def ssl?; @uri.scheme == "https" || @uri.port == 443; end