Package smisk :: Module wsgi :: Class Request
[frames] | no frames]

Class Request

  object --+    
           |    
core.Request --+
               |
              Request

WSGI request
Instance Methods
 
prepare(self, app)
Set up the environment for one request
 
send_file(self, path)

Inherited from core.Request: __init__, __new__, log_error

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from core.Request: cookies, env, errors, files, get, input, is_active, post, session, session_id, url

Inherited from object: __class__