def __init__(self, *args, **kwargs): tornado.web.RequestHandler.__init__(self, *args, **kwargs) # TODO: consider storing original payload for hashing