文件名称:net-http2:NetHttp2是Ruby的HTTP2客户端
文件大小:31KB
文件格式:ZIP
更新时间:2024-06-02 19:44:19
client gem http2 Ruby
NetHttp2 NetHttp2是Ruby的HTTP / 2客户端。 安装 只需安装gem: $ gem install net-http2 或将其添加到您的Gemfile中: gem 'net-http2' 用法 NetHttp2可以执行同步和异步调用。 同步调用与HTTP / 1调用非常相似,而异步调用则利用HTTP / 2的流属性。 要执行同步通话,请执行以下操作: require 'net-http2' # create a client client = NetHttp2 :: Client . new ( "http://nghttp2.org" ) # send request response = client . call ( :get , '/' ) # read the response response . ok? # => true res
【文件预览】:
net-http2-master
----.travis.yml(125B)
----bin()
--------console(334B)
--------setup(131B)
----Rakefile(114B)
----net-http2.gemspec(1KB)
----Gemfile(38B)
----.rspec(53B)
----spec()
--------http2-client()
--------support()
--------api()
--------spec_helper.rb(270B)
----LICENSE.md(1KB)
----.gitignore(296B)
----lib()
--------net-http2.rb(317B)
--------net-http2()
----README.md(7KB)
----.tool-versions(11B)