Inherited from webob.request.BaseRequest :
GET ,
POST ,
accept ,
accept_charset ,
accept_encoding ,
accept_language ,
application_url ,
authorization ,
body ,
body_file ,
body_file_raw ,
body_file_seekable ,
cache_control ,
charset ,
client_addr ,
content_length ,
content_type ,
cookies ,
date ,
headers ,
host ,
host_port ,
host_url ,
http_version ,
if_match ,
if_modified_since ,
if_none_match ,
if_range ,
if_unmodified_since ,
is_body_readable ,
is_body_seekable ,
is_xhr ,
json ,
json_body ,
max_forwards ,
method ,
params ,
path ,
path_info ,
path_qs ,
path_url ,
pragma ,
query_string ,
range ,
referer ,
referrer ,
remote_addr ,
remote_user ,
scheme ,
script_name ,
server_name ,
server_port ,
str_GET ,
str_POST ,
str_cookies ,
str_params ,
text ,
upath_info ,
url ,
url_encoding ,
urlargs ,
urlvars ,
uscript_name ,
user_agent
Inherited from webob.request.BaseRequest (private):
_content_type_raw
Inherited from object :
__class__
|