这是一个 Ruby 语言的 HTTP 客户端开发包。
示例代码:
require ‘net/httpclient’
client = Net::HTTPClient.new puts client.get('http://www.google.com.au’)