def __init__()

in apisix/runner/http/response.py [0:0]


    def __init__(self):
        """
        Init and parse request
        """

        # response attribute
        self.__body = ""
        self.__headers = {}
        self.__status_code = 0

        # custom attribute
        self.__req_id = 0