Searched refs:url_with_args (Results 1 – 1 of 1) sorted by relevance
/external/autotest/frontend/afe/json_rpc/ |
D | proxy.py | 129 url_with_args = self.__serviceURL + '?' + urllib.urlencode({ 132 respdata = _sso_request(url_with_args, self.__headers, postdata, 135 respdata = _raw_http_request(url_with_args, self.__headers, 148 def _raw_http_request(url_with_args, headers, postdata, timeout): argument 158 request = urllib2.Request(url_with_args, data=postdata, headers=headers) 170 def _sso_request(url_with_args, headers, postdata, timeout): argument 183 '-url', url_with_args, 211 (e.returncode, url_with_args, e.output)
|