Searched refs:absolute_uri (Results 1 – 1 of 1) sorted by relevance
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
D | __init__.py | 892 …def _request(self, conn, host, absolute_uri, request_uri, method, body, headers, redirections, cac… argument 930 response['location'] = urlparse.urljoin(absolute_uri, location) 934 response['content-location'] = absolute_uri 944 old_response['content-location'] = absolute_uri 953 response['content-location'] = absolute_uri
|