Source: ruby-httpx
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Simon Quigley <tsimonq2@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 2.2.8~),
               ruby-http-2 (>= 1.0.0)
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-httpx.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-httpx
Homepage: https://gitlab.com/os85/httpx
Testsuite: autopkgtest-pkg-ruby

Package: ruby-httpx
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: HTTPX, to the future, and beyond
 HTTP client library for the Ruby programming language.
 Among its features, it supports:
  - HTTP/2 and HTTP/1.x protocol versions
  - Concurrent requests by default
  - Simple and chainable API
  - Proxy Support (HTTP(S), Socks4/4a/5)
  - Simple Timeout System
  - Lightweight by default (require what you need)
