Issue request over self.transport and return a Deferred which will fire with a Response instance or an error.

ParametersrequestThe object defining the parameters of the request to issue. (type: Request)
ReturnsThe deferred may errback with RequestGenerationFailed if the request was not fully written to the transport due to a local error. It may errback with RequestTransmissionFailed if it was not fully written to the transport due to a network error. It may errback with ResponseFailed if the request was sent (not necessarily received) but some or all of the response was lost. It may errback with RequestNotSent if it is not possible to send any more requests using this HTTP11ClientProtocol. (type: Deferred)
Function cancelRequest Undocumented
Function cbRequestWritten Undocumented
Function ebRequestWriting Undocumented
def cancelRequest(ign): (source)
Undocumented
def cbRequestWritten(ignored): (source)
Undocumented
def ebRequestWriting(err): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.