Lines Matching refs:putheader
20 | ( putheader() )* endheaders()
36 response.read() | | ( putheader() )* endheaders()
1164 self.putheader('Host', netloc_enc)
1185 self.putheader('Host', host_enc)
1188 self.putheader('Host', "%s:%s" % (host_enc, port))
1199 self.putheader('Accept-Encoding', 'identity')
1203 #self.putheader('TE', 'chunked')
1207 #self.putheader('Connection', 'TE')
1242 def putheader(self, header, *values):
1245 For example: h.putheader('Accept', 'text/html')
1320 self.putheader('Transfer-Encoding', 'chunked')
1322 self.putheader('Content-Length', str(content_length))
1327 self.putheader(hdr, value)