MCPcopy Create free account
hub / github.com/apache/httpd / send

Method send

test/pyhttpd/curl.py:67–69  ·  view source on GitHub ↗
(self, data: str)

Source from the content-addressed store, hash-verified

65 return self.proc
66
67 def send(self, data: str):
68 self.proc.stdin.write(data.encode())
69 self.proc.stdin.flush()
70
71 def close(self) -> ([str], [str]):
72 self.proc.stdin.close()

Callers 6

test_h2_105_12Method · 0.95
stutter_checkMethod · 0.95
test_h2_105_01Method · 0.80
test_h2_105_02Method · 0.80
echoFunction · 0.80
on_async_connFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_h2_105_12Method · 0.76
test_h2_105_01Method · 0.64
test_h2_105_02Method · 0.64