Source: ruby-net-http-pipeline
Section: ruby
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rake,
               ruby-minitest,
               ruby-hoe
Standards-Version: 4.3.0
Vcs-Git: https://gitlab.com/kalilinux/packages/ruby-net-http-pipeline.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/ruby-net-http-pipeline
Homepage: https://github.com/drbrain/net-http-pipeline
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.
