Utility methods for working with WSGI servers redux
-
class tacker.api.v1.resource.Request(environ, charset=None, unicode_errors=None, decode_param_names=None, **kw)
Bases: tacker.wsgi.Request
-
tacker.api.v1.resource.Resource(controller, faults=None, deserializers=None, serializers=None)
API entity resource.
Represents an API entity resource and the associated serialization and
deserialization logic