Lines Matching refs:send_header
96 self.send_header('Content-Type', 'text/html')
97 self.send_header('Connection', 'close')
102 self.send_header('Content-Type', 'text/html')
103 self.send_header('Connection', 'keep-alive')
118 self.send_header('Content-Type', 'text/html')
119 self.send_header('Connection', 'close')
124 self.send_header('X-Special', 'Dängerous Mind')
125 self.send_header('Connection', 'close')
965 self.send_header('Content-Type', 'text/html')
1151 handler.send_header('Foo', 'foo')
1152 handler.send_header('bar', 'bar')