httparty 再次使http变得有趣! 没有像httparty这样的聚会,因为httparty不会停止。 安装 gem install httparty 要求 Ruby 2.0.0或更高版本 multi_xml 你喜欢聚会! 例子 # Use the class methods to get down to business quickly response = HTTParty . get ( 'http://api.stackexchange.com/2.2/questions?site=stackoverflow' ) puts response . body , respons