Package posterity :: Package web :: Class Request

Class Request



                    object --+    
                             |    
paste.wsgiwrappers.WSGIRequest --+
                                 |
                                Request

A paste.WSGIRequest subclass with some extra features

Additional features: * Genshi template rendering * req.params include wsgiorg.routing_args values



Instance Methods
 
__init__(self, environ)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from paste.wsgiwrappers.WSGIRequest: __repr__, body, determine_browser_charset, match_accept, method, path_info, scheme, script_name

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

Class Variables
  charset = 'utf-8'

Inherited from paste.wsgiwrappers.WSGIRequest: defaults

Properties
  formvars

Inherited from paste.wsgiwrappers.WSGIRequest: GET, POST, cookies, host, is_xhr, languages, params, urlvars

Inherited from object: __class__

Method Details

__init__(self, environ)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: paste.wsgiwrappers.WSGIRequest.__init__

Property Details

formvars

Get Method:
unreachable.formvars(self) - FormEncode validated form values