Sha256: e874edabfd581173ea1bccdf2f77d76ad9d661a163dc4856ff09eb32abcaf71c

Contents?: true

Size: 638 Bytes

Versions: 14

Compression:

Stored size: 638 Bytes

Contents

## Simple HTTP client using Typheous, derived from the Riak client

### Notes

It works for us, handles a large number operations a day. It hasn't been polished for the public yet. I wanted to get
it up on RubyGems quickly: I was fighting the consquences of Ruby's global mutable namespaces combined with the 
unfortunate choice of naming our library Http and suddenly fighting with http_parser.rb for class Http vs module Http.


### Authors

* Coda Hale
* Benjamin Kudria
* Jordi Bunster
* Matthew Knopp
* Mohammed Rafiq
* Ryan Kennedy
* Vidit Drolia

### References

* Ruby Riak Client: https://bitbucket.org/basho/riak-ruby-client/src

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
zephyr-1.2.1 README.md
zephyr-1.2.0 README.md
zephyr-1.1.9 README.md
zephyr-1.1.8 README.md
zephyr-1.1.7 README.md
zephyr-1.1.6 README.md
zephyr-1.1.5 README.md
zephyr-1.1.3 README.md
zephyr-1.1.2 README.md
zephyr-1.1.1 README.md
zephyr-1.1.0 README.md
zephyr-1.0.9 README.md
zephyr-1.0.8 README.md
zephyr-1.0.6 README.md