在线时间:8:00-16:00
132-9538-2358
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
require 'unirest' response = Unirest.post 'http://httpbin.org/post', headers:{ Accept:'application/json' }, parameters:{ age: 23, foo:'bar' } puts response.code # Status code puts response.headers # Response headers puts response.body # Parsed body puts response.raw_body # Unparsed body
require 'unirest' Unirest.timeout(30) response = Unirest.post 'http://httpbin.org/post', headers:{ Accept:'application/json' }, parameters:{ age:23, file:File.new(__dir__+'/test.text', 'rb') } puts response.body
require 'unirest' response = Unirest.post 'http://httpbin.org/post', headers:{ Accept:'application/json' }, parameters:{ age:'value', foo:'bar' }.to_json # Converting the Hash to a JSON string puts response.body
require 'unirest' response = Unirest.get 'http://httpbin.org/get', auth:{user:'username', password:'password'} puts response.body
Unirest.get(url, headers: {}, parameters: nil, auth:nil, &callback) Unirest.post(url, headers: {}, parameters: nil, auth:nil, &callback) Unirest.delete(url, headers: {}, parameters: nil, auth:nil, &callback) Unirest.put(url, headers: {}, parameters: nil, auth:nil, &callback) Unirest.patch(url, headers: {}, parameters: nil, auth:nil, &callback)
url
String
headers
Object
parameters
Array
callback
Function
code
200
body
raw_body
Unirest.timeout(5) # 5s timeout
Unirest.default_header('Header1','Value1') Unirest.default_header('Header2','Value2') Unirest.clear_default_headers()
Unirest.user_agent("custom_user_agent")
参考:http://unirest.io/ruby.html
评论
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
六六分期app的软件客服如何联系?不知道吗?加qq群【895510560】即可!标题:六六分期
今天小编告诉大家如何处理win10系统火狐flash插件总是崩溃的问题,可能很多用户都不知
今天小编告诉大家如何对win10系统删除桌面回收站图标进行设置,可能很多用户都不知道
今天小编告诉大家如何对win10系统电脑设置节能降温的设置方法,想必大家都遇到过需要
我们在使用xp系统的过程中,经常需要对xp系统无线网络安装向导设置进行设置,可能很多
今天小编告诉大家如何处理win7系统玩cf老是与主机连接不稳定的问题,可能很多用户都不
电脑对日常生活的重要性小编就不多说了,可是一旦碰到win7系统设置cf烟雾头的问题,很
我们在日常使用电脑的时候,有的小伙伴们可能在打开应用的时候会遇见提示应用程序无法
今天小编告诉大家如何对win7系统打开vcf文件进行设置,可能很多用户都不知道怎么对win
今天小编告诉大家如何对win10系统s4开启USB调试模式进行设置,可能很多用户都不知道怎
请发表评论