[ 原始碼: ruby-net-http-pipeline ]
套件:ruby-net-http-pipeline(1.0.1-4)
ruby-net-http-pipeline 的相關連結
Debian 的資源:
下載原始碼套件 ruby-net-http-pipeline:
- [ruby-net-http-pipeline_1.0.1-4.dsc]
- [ruby-net-http-pipeline_1.0.1.orig.tar.gz]
- [ruby-net-http-pipeline_1.0.1-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
HTTP/1.1 pipelining implementation atop Net::HTTP
This package contains an HTTP/1.1 pipelining implementation atop Net::HTTP. A pipelined connection sends multiple requests to the HTTP server without waiting for the responses. The server will respond in-order.