Searched refs:find_matching_headers (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
D | key.py | 44 from boto.utils import find_matching_headers 784 if boto.utils.find_matching_headers('host', headers): 786 if boto.utils.find_matching_headers('accept-encoding', headers): 893 for header in find_matching_headers('User-Agent', headers): 900 if find_matching_headers('Content-Encoding', headers): 903 if find_matching_headers('Content-Language', headers): 906 content_type_headers = find_matching_headers('Content-Type', headers)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
D | mock_storage_service.py | 36 from boto.utils import find_matching_headers 101 if find_matching_headers('Content-Encoding', headers): 104 if find_matching_headers('Content-Type', headers): 106 if find_matching_headers('Content-Language', headers):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | utils.py | 1023 def find_matching_headers(name, headers): function 1039 matching_headers = find_matching_headers(name, headers)
|
D | connection.py | 1048 if self.host_header and not boto.utils.find_matching_headers('host', headers):
|