streamly
streamly copied to clipboard
A streaming REST client for Ruby, using libcurl
Would be nice to have these.
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',...