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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: ruby-em-http-request
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Tollef Fog Heen <tfheen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-addressable,
ruby-cookiejar,
ruby-em-socksify,
ruby-escape-utils,
ruby-eventmachine,
ruby-http-parser.rb,
ruby-multi-json,
ruby-rack,
ruby-rspec,
ruby-webrick (>= 1.7.0~)
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-em-http-request.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-em-http-request
Homepage: https://github.com/igrigorik/em-http-request
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-em-http-request
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-addressable,
ruby-cookiejar,
ruby-em-socksify,
ruby-escape-utils,
ruby-eventmachine,
ruby-http-parser.rb,
ruby-multi-json,
${misc:Depends},
${shlibs:Depends}
Suggests: ruby-simple-oauth
Description: EventMachine based, async HTTP Request client
em-http-client is an asynchronous HTTP client based on EventMachine
with support for:
.
* Asynchronous HTTP API for single & parallel request execution
* Keep-Alive and HTTP pipelining support
* Auto-follow 3xx redirects with max depth
* Automatic gzip & deflate decoding
* Streaming response processing
* Streaming file uploads
* HTTP proxy and SOCKS5 support
* Basic Auth & OAuth
* Connection-level & Global middleware support
|