Package gem-em-http-request: Information

Source package: gem-em-http-request
Version: 1.1.7-alt1
Latest version according to Repology
Build time:  Aug 22, 2021, 06:10 PM in the task #263530
Category: Development/Ruby
Report package bug
License: MIT
Summary: EventMachine based, async HTTP Request client
Description: 
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

List of rpms provided by this srpm:
gem-em-http-request (noarch)
gem-em-http-request-devel (noarch)
gem-em-http-request-doc (noarch)

Maintainer: Pavel Skrylev

List of contributors:
Pavel Skrylev
Andrey Cherepanov

ACL:
Pavel Skrylev
@everybody

    1. gem(mongrel) >= 1.2.0
    2. gem(mongrel) < 1.3
    3. gem(multi_json) >= 0
    4. gem(rack) >= 0
    5. gem(rack) < 3
    6. gem(rake) >= 0
    7. gem(rspec) >= 0
    8. rpm-build-ruby
    9. gem(addressable) >= 2.3.4
    10. gem(cookiejar) > 0.3.1
    11. gem(em-socksify) >= 0.3
    12. gem(eventmachine) >= 1.0.3
    13. gem(http_parser.rb) >= 0.6.0

Last changed


July 1, 2021 Pavel Skrylev 1.1.7-alt1
- ^ 1.1.5 -> 1.1.7
April 18, 2020 Andrey Cherepanov 1.1.5-alt2
- Remove obsoleted requirement.
- Fix License tag according to SPDX.
July 11, 2018 Andrey Cherepanov 1.1.5-alt1.2
- Rebuild with new Ruby autorequirements.