Searched refs:absolute_uri (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | gcs_json_media.py | 271 def OverrideRequest(self, conn, host, absolute_uri, request_uri, method, argument 321 response['location'] = urlparse.urljoin(absolute_uri, location) 325 response['content-location'] = absolute_uri 339 old_response['content-location'] = absolute_uri 357 response['content-location'] = absolute_uri
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/ |
D | __init__.py | 1017 …def _request(self, conn, host, absolute_uri, request_uri, method, body, headers, redirections, cac… argument 1055 response['location'] = urllib.parse.urljoin(absolute_uri, location) 1059 response['content-location'] = absolute_uri 1071 old_response['content-location'] = absolute_uri 1083 response['content-location'] = absolute_uri
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/ |
D | __init__.py | 1308 …def _request(self, conn, host, absolute_uri, request_uri, method, body, headers, redirections, cac… argument 1346 response['location'] = urlparse.urljoin(absolute_uri, location) 1350 response['content-location'] = absolute_uri 1362 old_response['content-location'] = absolute_uri 1374 response['content-location'] = absolute_uri
|