Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
ruby-net-http-pipeline
HTTP/1.1 pipelining implementation atop Net::HTTP
https://github.com/drbrain/net-http-pipeline
0
no reviews
Install
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.