MCPcopy Create free account
hub / github.com/apache/httpd / add_response

Method add_response

test/pyhttpd/result.py:81–84  ·  view source on GitHub ↗
(self, resp: Dict)

Source from the content-addressed store, hash-verified

79 return self._assets
80
81 def add_response(self, resp: Dict):
82 if self._response:
83 resp['previous'] = self._response
84 self._response = resp
85
86 def add_results(self, results: Dict):
87 self._results.update(results)

Callers 3

parse_responseMethod · 0.95
add_resultsMethod · 0.95
fin_responseMethod · 0.80

Calls

no outgoing calls

Tested by 1

parse_responseMethod · 0.76