|
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,
content_length,
content_type,
cookies,
date,
headers,
host,
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,
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,
upath_info,
url,
urlargs,
urlvars,
uscript_name,
user_agent
Inherited from webob.request.BaseRequest (private):
_str_GET,
_str_POST,
_str_cookies
Inherited from object:
__class__
|