Searched refs:add_header (Results 1 - 11 of 11) sorted by relevance

/external/chromium-trace/catapult/third_party/webapp2/tests/
H A Dresponse_test.py163 rsp.headers.add_header('Content-Disposition', 'attachment',
169 rsp.headers.add_header('Content-Disposition', 'attachment',
175 rsp.headers.add_header('Set-Cookie', '', foo='')
179 rsp.headers.add_header('Set-Cookie', '', foo=';')
234 h.add_header('foo','bar',baz="spam")
238 h.add_header('Foo','bar',cheese=None)
/external/chromium-trace/catapult/dashboard/dashboard/
H A Dlist_tests.py39 self.response.headers.add_header('Access-Control-Allow-Origin', '*')
H A Dgraph_json.py57 self.response.headers.add_header('Access-Control-Allow-Origin', '*')
/external/clang/tools/scan-view/share/
H A DReporter.py106 msg.add_header('Content-Disposition', 'attachment', filename=os.path.basename(path))
/external/google-breakpad/src/testing/gtest/scripts/
H A Dupload.py167 req.add_header("Host", self.host_override)
169 req.add_header(key, value)
324 req.add_header("Content-Type", content_type)
/external/google-breakpad/src/testing/scripts/
H A Dupload.py167 req.add_header("Host", self.host_override)
169 req.add_header(key, value)
324 req.add_header("Content-Type", content_type)
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
H A Dupload-diffs.py228 req.add_header("Host", self.host_override)
230 req.add_header(key, value)
396 req.add_header("Content-Type", content_type)
399 req.add_header(header, value)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
H A Dutils.py922 mime_con.add_header('Content-Disposition', 'attachment', filename=name)
/external/regex-re2/lib/codereview/
H A Dcodereview.py2475 req.add_header("Content-Type", content_type)
2803 req.add_header("Host", self.host_override)
2805 req.add_header(key, value)
2955 req.add_header("Content-Type", content_type)
/external/chromium-trace/catapult/third_party/webapp2/
H A Dwebapp2.py302 def add_header(self, _name, _value, **_params): member in class:ResponseHeaders
312 h.add_header('content-disposition', 'attachment',
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
H A Dstorage_v1.py37 'add_header', [],
117 additional_http_headers = dict(x.split('=', 1) for x in FLAGS.add_header)

Completed in 376 milliseconds