Ruby HTTPS 发布者:dzasdever 2009年5月22日 于Ruby HTTPS留下评论 require 'net/https'http = Net::HTTP.new('www.google.com', 443)http.use_ssl = true......