in apisix/runner/http/response.py [0:0]
def get_status_code(self) -> int: """ get response status code :return: """ return self.__status_code or 200