|
|
|
map_prefix(self)
strip path prefix, if present in its entirety |
source code
|
|
|
|
|
|
|
map_language(self)
handle language (no hyphen mapping) |
source code
|
|
|
|
|
map_static(self)
handle static files file_match but no hyphen mapping |
source code
|
|
|
map_function(self)
handle function.extension |
source code
|
|
|
validate_args(self)
check args against validation pattern |
source code
|
|
|
update_request(self)
update request from self build env.request_uri make lower-case
versions of http headers in env |
source code
|
|
|
pop_arg_if(self,
dopop)
conditionally remove first arg and return new first arg |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|