Lines Matching defs:send
172 "if you want to send it encoded in UTF-8." %
871 The headers argument should be a mapping of extra HTTP headers to send
914 # Making a single send() call instead of one per line encourages
917 self.send(b"".join(headers))
971 def send(self, data):
984 print("send:", repr(data))
997 sys.audit("http.client.send", self, datablock)
1000 sys.audit("http.client.send", self, data)
1041 self.send(msg)
1080 self.send(chunk)
1084 self.send(b'0\r\n\r\n')
1426 # send ALPN extension to indicate HTTP/1.1 protocol