Part of twisted.web.client View Source
Download a page. Return a deferred, which will callback with a page (as a string) or errback with a description of the error.
See HTTPClientFactory to see what extra arguments can be passed.
HTTPClientFactory