摘要: Creating Requests require 'unirest' response = Unirest.post 'http://httpbin.org/post', headers:{ Accept:'application/json' }, parameters:{ age: 23, fo 阅读全文
posted @ 2018-05-07 02:06 掘屎男孩 阅读(783) 评论(0) 推荐(0) 编辑
摘要: OpenURI is an easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP(OpenURI支持重定向) 像打开普通文件那样打开http/ftp的URL open("http://www.ruby-lang.org/") {|f| 阅读全文
posted @ 2018-05-07 00:50 掘屎男孩 阅读(1409) 评论(0) 推荐(0) 编辑