brianmario / streamly

A streaming REST client for Ruby, using libcurl
MIT License
106 stars 3 forks source link

Basic authentication #4

Closed thokra closed 13 years ago

thokra commented 13 years ago

Hi How can I get HTTP basic to work with streamly? Hi, just close this, trying Yajl-ruby instead.

brianmario commented 13 years ago

You should be able to pass :username and :password keys to the headers hash and Streamly will do what it needs to for auth