Home
last modified time | relevance | path

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/
Dkey.py44 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/
Dmock_storage_service.py36 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/
Dutils.py1023 def find_matching_headers(name, headers): function
1039 matching_headers = find_matching_headers(name, headers)
Dconnection.py1048 if self.host_header and not boto.utils.find_matching_headers('host', headers):