Lines Matching full:send_header
32 self.send_header('Cache-Control', 'no-cache')
57 self.send_header('Content-Type', 'application/json')
58 self.send_header('Content-Length', len(tests_as_json))
72 self.send_header('Content-Type', 'application/json')
73 self.send_header('Content-Length', len(files_as_json))
88 self.send_header('Content-Type', 'application/json')
89 self.send_header('Cache-Control', 'no-cache')
90 self.send_header('Content-Length', len(msg))
98 self.send_header('Content-Type', 'application/javascript')
99 self.send_header('Content-Length', len(self.server.deps))
107 self.send_header('Content-Type', 'text/html')
108 self.send_header('Content-Length', len(templates))