Mechanize v0.6.8 Release Notes

    • Keep alive can be shut off now with WWW::Mechanize#keep_alive
    • Conditional requests can be shut off with WWW::Mechanize#conditional_requests
    • Monkey patched Net::HTTP#keep_alive?
    • 🚚 [#9877] Moved last request time. Thanks Max Stepanov
    • ➕ Added WWW::Mechanize::File#save
    • 0️⃣ Defaulting file name to URI or Content-Disposition
    • ⚡️ Updating compatability with hpricot
    • ➕ Added more unit tests