码迷,mamicode.com
首页 > Web开发 > 详细

ruby http请求组件

时间:2021-05-24 12:42:18      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:lang   https   pre   bundle   rest   target   mfile   tps   添加   

github地址
https://github.com/rest-client/rest-client

gemfile里添加

gem ‘rest-client‘, ‘~> 2.0‘

执行
bundle install

代码里

# 要请求接口地址
# 上传文件的key名字
# file 文件的绝对路径
 resp = RestClient.post url, :file => File.new(file, ‘rb‘)

ruby http请求组件

标签:lang   https   pre   bundle   rest   target   mfile   tps   添加   

原文地址:https://www.cnblogs.com/haima/p/14773835.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!