Home | History | Annotate | Download | only in test

Lines Matching refs:http_response

150       http_response, raw_reply = self.HandleExternalPolicyDataRequest()
152 http_response = 404
154 self.send_response(http_response)
159 http_response, raw_reply = self.HandleRequest()
160 self.send_response(http_response)
161 if (http_response == 200):