httpi

Edit Package rubygem-httpi
http://github.com/rubiii/httpi

HTTPI provides a common interface for Ruby HTTP libraries.

Refresh
Refresh
Source Files
Filename Size Changed
httpi-2.0.0.gem 0000034816 34 KB
rubygem-httpi.changes 0000001843 1.8 KB
rubygem-httpi.spec 0000002334 2.28 KB
Revision 4 (latest revision is 16)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 4)
- updated to version 2.0.0
 * Feature: [#66](https://github.com/savonrb/httpi/pull/66) adds a `query` method
   to the request.
 
 * Fix: [#68](https://github.com/savonrb/httpi/issues/68) request does not yield
   adapter client.
 
 * Feature: [#63](https://github.com/savonrb/httpi/pull/63) adds support for
   EventMachine::HttpRequest. Additional information at [#40](https://github.com/savonrb/httpi/pull/40).
 
 * Feature: Added support for custom HTTP methods to clients supporting this feature.
   It's limited to the `:httpclient` and `:em_http` adapter.
 
     ``` ruby
     HTTPI.request(:custom, request)
     ```
 
 * Improvement: [#64](https://github.com/savonrb/httpi/pull/64) adds support for
   specifying the SSL version to use.
 
 * Improvement: Log to `$stdout` (instead of `STDOUT`) using a default log level of
   `:debug` (instead of `:warn`).
 
 * Improvement: In case an adapter doesn't support a general feature, we now raise
   an `HTTPI::NotSupportedError`.
 
 * Improvement: Added support for adding custom adapters.
 
 * Refactoring: Simplified the adapter interface.
Comments 0
openSUSE Build Service is sponsored by