def get_body(self, res):
        if isinstance(res, str):
            return res
        if hasattr(res, 'body'):
            return str(res.body)