Lines Matching refs:send_header
95 self.send_header('Content-Type', 'text/html')
96 self.send_header('Connection', 'close')
101 self.send_header('Content-Type', 'text/html')
102 self.send_header('Connection', 'keep-alive')
117 self.send_header('Content-Type', 'text/html')
118 self.send_header('Connection', 'close')
123 self.send_header('X-Special', 'Dängerous Mind')
124 self.send_header('Connection', 'close')
878 self.send_header('Content-Type', 'text/html')
1043 handler.send_header('Foo', 'foo')
1044 handler.send_header('bar', 'bar')