Extract from params all entries listed in whitelist
The returning dict will contain an entry for a key if, and only if, there’s an entry in whitelist for that key and at least one entry in params. If params contains multiple entries for the same key, it will yield an array of values: {key: [v1, v2,...]}
Parameters: |
|
---|---|
Returns: | a dict with {key: value} pairs |
Decorator for a handler method that passes a stack identifier in place of the various path components.
Return a link structure for the supplied identity dictionary.
Return the URL for the supplied identity dictionary.
Decorator for a handler method that checks the path matches the request context and enforce policy defined in policy.json