Download to a file.

Method __init__ Undocumented
Method gotHeaders Parse the response HTTP headers.
Method openFile Undocumented
Method pageStart Called on page download start.
Method pagePart Undocumented
Method noPage Close the storage file and errback the waiting Deferred with the given reason.
Method pageEnd Undocumented

Inherited from Factory (via HTTPClientFactory, ClientFactory):

Class Method forProtocol Create a factory for the given protocol.
Method logPrefix Describe this factory for log messages.
Method doStart Make sure startFactory is called.
Method doStop Make sure stopFactory is called.
Method startFactory This will be called before I begin listening on a Port or Connector.
Method stopFactory This will be called before I stop listening on all Ports/Connectors.

Inherited from Factory (via HTTPClientFactory, ClientFactory):

Class Method forProtocol Create a factory for the given protocol.
Method logPrefix Describe this factory for log messages.
Method doStart Make sure startFactory is called.
Method doStop Make sure stopFactory is called.
Method startFactory This will be called before I begin listening on a Port or Connector.
Method stopFactory This will be called before I stop listening on all Ports/Connectors.

Inherited from Factory (via HTTPClientFactory, ClientFactory):

Class Method forProtocol Create a factory for the given protocol.
Method logPrefix Describe this factory for log messages.
Method doStart Make sure startFactory is called.
Method doStop Make sure stopFactory is called.
Method startFactory This will be called before I begin listening on a Port or Connector.
Method stopFactory This will be called before I stop listening on all Ports/Connectors.
def __init__(self, url, fileOrName, method='GET', postdata=None, headers=None, agent='Twisted client', supportPartial=False, timeout=0, cookies=None, followRedirect=True, redirectLimit=20, afterFoundGet=False): (source)
def gotHeaders(self, headers): (source)

Parse the response HTTP headers.

ParametersheadersThe response HTTP headers. (type: dict)
def openFile(self, partialContent): (source)
Undocumented
def pageStart(self, partialContent): (source)

Called on page download start.

ParameterspartialContenttells us if the download is partial download we requested.
def pagePart(self, data): (source)
Undocumented
def noPage(self, reason): (source)

Close the storage file and errback the waiting Deferred with the given reason.

def pageEnd(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2019-08-06 12:10:50.