streamly icon indicating copy to clipboard operation
streamly copied to clipboard

A streaming REST client for Ruby, using libcurl

Results 3 streamly issues
Sort by recently updated
recently updated
newest added

OS: Linux Ubuntu 14.04 32bit (On Vagrant) Ruby: 2.2.1 ``` gem install streamly Fetching: streamly-0.1.4.gem (100%) Building native extensions. This could take a while... ERROR: Error installing streamly: ERROR: Failed...

Hi, I'm writing a client for BeaconPush using Streamly and I encounter an issue with headers. In my code, I have: ``` headers = { 'X-Beacon-Secret-Key' => 'Some secret key',...