hayesdavis / grackle

Lightweight Ruby library for the Twitter API that goes with the flow.
228 stars 36 forks source link

Use Faster HTTP Library #2

Open hayesdavis opened 15 years ago

hayesdavis commented 15 years ago

It's been suggested that the Transport layer use a faster HTTP library like curb or httparty. Right now it uses Net::HTTP.