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

Class ResponseBodyWaitState

source code

object --+    
         |    
 BaseState --+
             |
            ResponseBodyWaitState

We're waiting for someone to send the response body

States to go from here:

Instance Methods [hide private]
 
response_body_stream(self)
Determine the response body stream
source code

Inherited from BaseState: __init__, finish_headers, read_headers, read_request, request_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__

Method Details [hide private]

response_body_stream(self)

source code 
Determine the response body stream
Overrides: BaseState.response_body_stream