App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | Properties | List of all members
google.appengine._internal.django.core.handlers.modpython.ModPythonRequest Class Reference
Inheritance diagram for google.appengine._internal.django.core.handlers.modpython.ModPythonRequest:

Public Member Functions

def __init__
 
def __repr__
 
def get_full_path
 
def is_secure
 

Public Attributes

 path
 
 django_root
 
 path_info
 

Properties

 GET = property(_get_get, _set_get)
 
 POST = property(_get_post, _set_post)
 
 COOKIES = property(_get_cookies, _set_cookies)
 
 FILES = property(_get_files)
 
 META = property(_get_meta)
 
 REQUEST = property(_get_request)
 
 raw_post_data = property(_get_raw_post_data)
 
 method = property(_get_method)
 

The documentation for this class was generated from the following file: