freebsd-ports/www/rubygem-net-http-pipeline/pkg-descr
Dmitry Marakasov d53918ba82 - Add www/rubygem-net-http-pipeline
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.

WWW: http://docs.seattlerb.org/net-http-pipeline/
2015-01-21 02:47:52 +00:00

5 lines
240 B
Text

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.
WWW: http://docs.seattlerb.org/net-http-pipeline/