halorgium / rack-client

A client wrapper around a rack app or live-http
http://halorgium.github.com/rack-client
MIT License
99 stars 28 forks source link

Cookie Jar #1

Closed jamesarosen closed 11 years ago

jamesarosen commented 14 years ago

I'm not sure whether Rack itself already contains a cookie jar (but it would be odd if it did), but Rack-Client seems like the perfect way to answer this question on StackOverflow. We should (a) make a cookie jar if no such thing exists in Rack-Client and (b) compose a good answer to the question.

halorgium commented 11 years ago

Turns out CookieJar was added just before this was filed. It doesn't have the same features as Mechanize with serialization and storage.