| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        Request
| 
 | |||
| 
 | |||
| 
 | |||
| any | 
 | ||
| str | 
 | ||
| wtf.webutil.URL | 
 | ||
| D[k] if k in D, else d | 
 | ||
| Inherited from  | |||
| 
 | |||
| _cookie = None | |||
| 
 | |||
| ParameterWrapper | _param = NoneRequest parameter store | ||
| dict | env WSGI environment | ||
| regex match | match = NoneURL regex match or None, filled from outside | ||
| 
 | |||
| ParameterWrapper | param The request parameters (Query string or POST data) | ||
| CookieCollection | cookie The cookies | ||
| tuple | basic_auth Credentials of HTTP basic authentication | ||
| bool | is_ssl Is the request is SSL enabled? | ||
| str | method The request method | ||
| Inherited from  | |||
| 
 | |||
| 
 | 
| 
 
 | 
| 
 Resolve unknown attributes We're looking for special env variables inserted by the middleware stack: wtf.request.<name>. These are expected to be factories, which are lazily initialized with the request object and return the actual attribute, which is cached in the request object for further use. 
 | 
| 
 
 | 
| 
 
 | 
| 
 | |||
| paramThe request parameters (Query string or POST data) This property is lazily initialized on first request. 
 | 
| cookieThe cookies This property is lazily initialized on first request. 
 | 
| basic_authCredentials of HTTP basic authentication (username, password) tuple or (None, None) 
 | 
| is_sslIs the request is SSL enabled?
 | 
| methodThe request method
 | 
| Home | Trees | Indices | Help | 
 | 
|---|