Home | Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | storage.Storage --+ | Request
Defines the request object and the default values of its members - env: environment variables, by gluon.main.wsgibase() - cookies - get_vars - post_vars - vars - folder - application - function - args - extension - now: datetime.datetime.now() - utcnow : datetime.datetime.utcnow() - is_local - is_https - restful()
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
body | |||
get_vars Lazily parses the query string into get_vars |
|||
post_vars Lazily parse the body into post_vars |
|||
vars Lazily parses all get_vars and post_vars to fill vars |
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Takes the body of the request and unpacks it into post_vars. application/json is also automatically parsed |
|
body
|
get_varsLazily parses the query string into get_vars
|
post_varsLazily parse the body into post_vars
|
varsLazily parses all get_vars and post_vars to fill vars
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 16 02:36:13 2014 | http://epydoc.sourceforge.net |