ruby http请求组件
2021-05-28 12:03
阅读:664
标签:lang https pre bundle rest target mfile tps 添加 github地址 gemfile里添加 执行 代码里 ruby http请求组件 标签:lang https pre bundle rest target mfile tps 添加 原文地址:https://www.cnblogs.com/haima/p/14773835.html
https://github.com/rest-client/rest-clientgem ‘rest-client‘, ‘~> 2.0‘
bundle install
# 要请求接口地址
# 上传文件的key名字
# file 文件的绝对路径
resp = RestClient.post url, :file => File.new(file, ‘rb‘)
评论
亲,登录后才可以留言!