What libraries out there let you control the download speed of network requests (http in particular). I don\'t see anything built-in in urllib2 (nor in (Py)Qt which I intend on
Of course twisted can. You want twisted.protocols.policies.ThrottlingFactory. Just wrap your existing factory in it before you pass it to whatever wants a factory.