search for: some_huge_file_infrequently_changed

Displaying 1 result from an estimated 1 matches for "some_huge_file_infrequently_changed".

2007 Jan 04
5
Help accessing http headers?
Hi, I''m using Mechanize, and I''ve developed a lot of code around it. I''d like to be able to check the Etag header during a get to see if the page has changed, as well as some other http header information. Can I do that without hacking Mechanize myself? Does anyone have any examples of how to do this? William