Is there a Ruby http client library where responses are automatically cached by ETag and the If-Non-Match header applied to requests on previously used URLs?
Asked
Active
Viewed 3,154 times
3 Answers
16
You might want to check the list of "Ruby HTTP clients features" (archived version from January 2015) for a complete overview.

awendt
- 13,195
- 5
- 48
- 66
-
Thanks; the comparison table is what I really need! – joshuanapoli May 24 '11 at 15:35