Registry / http-client / net-http-pipeline

net-http-pipeline

JSON →
library1.0.1rbrubygemsunverified

An HTTP/1.1 pipelining implementation atop Net::HTTP that sends multiple requests without waiting for responses.

gem install net-http-pipeline
INSTALL
IMPORT
SIG · NET-HTTP-PIPELINE
N
net-http-pipeline
http-clientrubyv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Net::HTTP::Pipeline
require 'net/http/pipeline'

Pipeline multiple HTTP GET requests

require 'net/http/pipeline' conn = Net::HTTP::Pipeline.new('example.com', 80) conn.start do |http| http.pipeline do get '/' get '/about' end end
Debug
Known issues
gotchaServer must support HTTP/1.1 pipelining; not all servers do.
fix
Ensure the target server supports pipelining or handle fallback.
affects: >= 1.0.0
Upgrade
Version history
1.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
net-http-pipeline — gem install net-http-pipeline · libregistry