modulo.actions.filtersΒΆ

Functions

environ_next(environ, keyfmt[, value]) Given a key format containing a %d placeholder, looks for the lowest number such that the format string with that number substituted does not exist in the environment, and assigns the given value to that key.
pop_path_info(environ) Removes and returns the next segment of PATH_INFO, pushing it onto
uri_path(environ)

Classes

Action(req, params) Represents an action that can be taken by the server.
AllActions(req, params)
ClassType classobj(name, bases, dict)
HashKey(req) A surrogate key for objects which are not themselves hashable
URIFilter(req, params) A handler which only accepts requests that match a URI regular expression.
URIPrefixConsumer(req, params) A handler which only accepts requests with URIs starting with a string.
URIPrefixFilter(req, params) A handler which only accepts requests with URIs starting with a string.
URISuffixConsumer(req, params) A handler which only accepts requests with URIs ending with a string.
URISuffixFilter(req, params) A handler which only accepts requests with URIs ending with a string.
WerkzeugMapFilter(req, params) A filter which acts like a Werkzeug routing map.

Exceptions

NotFound([description]) 404 Not Found

Previous topic

modulo.actions

Next topic

modulo.actions.standard

This Page