1, 用Net::HTTP.get
创新互联专注为客户提供全方位的互联网综合服务,包含不限于做网站、成都网站设计、潮阳网络推广、成都小程序开发、潮阳网络营销、潮阳企业策划、潮阳品牌公关、搜索引擎seo、人物专访、企业宣传片、企业代运营等,从售前售中售后,我们都将竭诚为您服务,您的肯定,是我们大的嘉奖;创新互联为所有大学生创业者提供潮阳建站搭建服务,24小时服务热线:18982081108,官方网址:www.cdcxhl.comuri = URI('http://xxxxxxx.com/api/user/1.0/json/get_info?&user_id=3') Net::HTTP.get(uri)
2, 用Net::HTTP.get 时加一些参数
uri = URI('http://xxxxxx.com/api/user/1.0/json/get_info') params = { :user_id => 3} uri.query = URI.encode_www_form(params) res = Net::HTTP.get_response(uri) puts res.body if res.is_a?(Net::HTTPSuccess)
3, Net::HTTP.post_form
uri = URI('http://xxxxx.com/api/user/1.0/json/login') res = Net::HTTP.post_form(uri, 'client_id' => '159d8a2f931514c107280', 'identity' => 'xxxxx002','password' => 'xxxxxx') puts res.body
4, res.methods里面有些很有用的方法
uri = URI('http://drhel31.sh.magima.com/api/user/1.0/json/get_info?&user_id=3') res = Net::HTTP.get_response(uri) # Headers res.header # => "#<Net::HTTPOK 200 OK readbody=true>" res.read_header # => "#<Net::HTTPOK 200 OK readbody=true>" # Status 这个很有用,做接口调用成功与否的判断可用。 puts res.code # => '200' puts res.message # => 'OK' puts res.class.name # => 'HTTPOK' res.code_type # => Net::HTTPOK res.inspect # => "#<Net::HTTPOK 200 OK readbody=true>" # Body puts res.body if res.msg == "OK"
5, 判断文件是否存在
File.exist? '/home/test/features/support/modul_login.rb'
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
网页标题:Ruby学习笔记系列(一)-创新互联
当前网址:https://www.cdcxhl.com/article46/deiheg.html
成都网站建设公司_创新互联,为您提供网站设计、网站策划、移动网站建设、动态网站、网站收录、企业网站制作
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联