update listing of request.attrs for readability
This commit is contained in:
@@ -196,46 +196,50 @@ information displayed.
|
|||||||
These is a list containing all the possible attributes the hook has access to
|
These is a list containing all the possible attributes the hook has access to
|
||||||
(directly from `webob`):
|
(directly from `webob`):
|
||||||
|
|
||||||
accept make_body_seekable
|
====================== ==========================
|
||||||
accept_charset make_tempfile
|
====================== ==========================
|
||||||
accept_encoding max_forwards
|
accept make_tempfile
|
||||||
accept_language method
|
accept_charset max_forwards
|
||||||
application_url params
|
accept_encoding method
|
||||||
as_string path
|
accept_language params
|
||||||
authorization path_info
|
application_url path
|
||||||
blank path_info_peek
|
as_string path_info
|
||||||
body path_info_pop
|
authorization path_info_peek
|
||||||
body_file path_qs
|
blank path_info_pop
|
||||||
body_file_raw path_url
|
body path_qs
|
||||||
body_file_seekable postvars
|
body_file path_url
|
||||||
cache_control pragma
|
body_file_raw postvars
|
||||||
call_application query_string
|
body_file_seekable pragma
|
||||||
charset queryvars
|
cache_control query_string
|
||||||
content_length range
|
call_application queryvars
|
||||||
content_type referer
|
charset range
|
||||||
cookies referrer
|
content_length referer
|
||||||
copy relative_url
|
content_type referrer
|
||||||
copy_body remote_addr
|
cookies relative_url
|
||||||
copy_get remote_user
|
copy remote_addr
|
||||||
date remove_conditional_headers
|
copy_body remote_user
|
||||||
decode_param_names request_body_tempfile_limit
|
copy_get remove_conditional_headers
|
||||||
environ scheme
|
date request_body_tempfile_limit
|
||||||
from_file script_name
|
decode_param_names scheme
|
||||||
from_string server_name
|
environ script_name
|
||||||
get_response server_port
|
from_file server_name
|
||||||
headers str_GET
|
from_string server_port
|
||||||
host str_POST
|
get_response str_GET
|
||||||
host_url str_cookies
|
headers str_POST
|
||||||
http_version str_params
|
host str_cookies
|
||||||
if_match str_postvars
|
host_url str_params
|
||||||
if_modified_since str_queryvars
|
http_version str_postvars
|
||||||
if_none_match unicode_errors
|
if_match str_queryvars
|
||||||
if_range upath_info
|
if_modified_since unicode_errors
|
||||||
if_unmodified_since url
|
if_none_match upath_info
|
||||||
is_body_readable urlargs
|
if_range url
|
||||||
is_body_seekable urlvars
|
if_unmodified_since urlargs
|
||||||
is_xhr uscript_name
|
is_body_readable urlvars
|
||||||
user_agent
|
is_body_seekable uscript_name
|
||||||
|
is_xhr user_agent
|
||||||
|
make_body_seekable
|
||||||
|
|
||||||
|
====================== ==========================
|
||||||
|
|
||||||
And these are the specific ones from Pecan and the hook:
|
And these are the specific ones from Pecan and the hook:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user