Is there any built-in way to throttle Mechanize gem?
I'm searching something like a callback on making an HTTP request.
Later edit: I would like to implement bandwith throttling, to avoid flooding parsed sites. EG: Only allow one request per second.