Files
requests3/requests
David Fontenot c121b98c4e wrapped proxy_bypass() with cache lookup
Used to alleviate long gethostbyaddr calls
Made new TimedCache and decorator to wrap
a function with a cache
* Entries looked up older than a minute (default amount)
are evicted.
* When full, evicts the oldest entry
2017-02-23 14:04:16 -08:00
..
2017-01-24 06:20:44 -06:00
2017-01-24 06:32:12 -06:00
2016-11-15 10:11:58 +00:00
2016-11-02 09:56:56 -06:00
2016-11-02 09:56:56 -06:00
2017-02-07 16:57:17 +01:00