1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
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.3
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)
|