Package wtf :: Package impl :: Package http :: Module _request :: Class ResponseDoneState
[hide private]
[frames] | no frames]

Class ResponseDoneState

source code

object --+    
         |    
 BaseState --+
             |
            ResponseDoneState

Nothing can be done here anymore
Instance Methods [hide private]

Inherited from BaseState: __init__, finish_headers, read_headers, read_request, request_body_stream, response_body_stream, send_continue, send_headers, send_status

Inherited from BaseState (private): _send_continue, _set_state

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
bool response_started = True
Was the response already started?
Instance Variables [hide private]

Inherited from BaseState (private): _request

Properties [hide private]

Inherited from object: __class__