Extract from params
all entries listed in param_types
.
The returning dict will contain an entry for a key if, and only if,
there’s an entry in param_types
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,...]}
params – a NestedMultiDict from webob.Request.params
param_types – an dict of allowed parameters and their types
a dict with {key: value} pairs
Return a link structure for the supplied identity dictionary.
Return the URL for the supplied identity dictionary.
Decorator that does not enforce policies.
Checks the path matches the request context.
This is a handler method decorator.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.