blob: 95b78df7a8550bad0f8530ce1da78b52a005ba5f (
plain) (
blame)
1
2
3
|
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.
|