Source: ruby-net-http-pipeline
Section: ruby
Priority: optional
Maintainer: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-minitest,
               ruby-hoe
Standards-Version: 3.9.8
Vcs-Git: git://git.kali.org/packages/ruby-net-http-pipeline.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/ruby-net-http-pipeline.git;a=summary
Homepage: https://github.com/drbrain/net-http-pipeline
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-net-http-pipeline
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: 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.
