Class: Net::HTTP (Ruby 2.6.1), You can use Ruby's Net::HTTP class: require 'net/http' url = URI.parse('http://www.example.com/index.html') req ...
確定! 回上一頁