Typhoeus v0.8.0 Release Notes

Release Date: 2015-09-17 // over 8 years ago
  • Full Changelog

    • 🗄 EasyFactory: Reduced object allocations and method calls during deprecated option handling and option sanitization. (Tasos Laskos)
    • Response (Tasos Laskos)
      • Header
        • #process_pair: Halved #set_value calls.
        • #set_value: Minimized Hash accesses.
        • #parse: Use String#start_with? instead of Regexp match.
        • #process_line: Optimized key/value sanitization.
      • Status
        • #timed_out?: Only return true when #return_code is operation_timedout.