streamly:Ruby 的流式 REST 客户端,使用 libcurl

时间:2024-08-02 07:55:00
【文件属性】:

文件名称:streamly:Ruby 的流式 REST 客户端,使用 libcurl

文件大小:19KB

文件格式:ZIP

更新时间:2024-08-02 07:55:00

Ruby

使用 libcurl 的 Ruby 流 REST 客户端 特征 像 API 一样的休息客户端 Streaming API 允许调用者在接收到响应时获得响应块 使用 Encoding.default_internal(否则回退到 utf-8)作为它在 1.9 中交回的字符串 如何安装 没什么特别的,只是: sudo gem install streamly 使用示例 一个基本的 HEAD 请求 Streamly . head 'www.somehost.com' 或流媒体 Streamly . head 'www.somehost.com' do | header_chunk | # do something with header_chunk end 您还可以传递标头的哈希 Streamly . head 'www.somehost.com' , { "User-Agen


【文件预览】:
streamly-master
----lib()
--------streamly.rb(5KB)
----VERSION.yml(44B)
----spec()
--------requests()
--------server.rb(240B)
--------spec_helper.rb(196B)
--------rcov.opts(77B)
----Rakefile(1KB)
----examples()
--------basic()
--------streaming()
----benchmark()
--------streaming_json_request.rb(993B)
--------basic_request.rb(688B)
----.travis.yml(51B)
----LICENSE(1KB)
----README.md(3KB)
----streamly.gemspec(2KB)
----.rspec(32B)
----ext()
--------extconf.rb(765B)
--------streamly.h(2KB)
--------streamly.c(15KB)
----.gitignore(21B)
----CHANGELOG.md(590B)

网友评论