twisted.web.client.ResponseDone
class twisted.web.client.ResponseDone(Exception): (source)
View In Hierarchy
ResponseDone may be passed to IProtocol.connectionLost on the protocol passed to Response.deliverBody and indicates that the entire response has been delivered.
ResponseDone
IProtocol.connectionLost
Response.deliverBody