From: Ed Howland Date: 2009-12-22T06:48:34+09:00 Subject: rest-client headers or cookies Hi, I am trying to make a request to a PHP application coded with limonade (a REST sever like Sinatra). I'm using rest_client which rides on top of Net::HTTP. I'd like to get the headers back from that call, so that I can store the session cookie and pass it back on subsequent requests. I know how to set the headers for RestClient.get, but how do I get the headerts from a RestCleint.post? Thanks, Ed -- Ed Howland http://greenprogrammer.wordpress.com http://twitter.com/ed_howland