Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_12
Method · 0.95
stutter_check
Method · 0.95
test_h2_105_01
Method · 0.80
test_h2_105_02
Method · 0.80
echo
Function · 0.80
on_async_conn
Function · 0.80
Calls
no outgoing calls
Tested by
3
test_h2_105_12
Method · 0.76
test_h2_105_01
Method · 0.64
test_h2_105_02
Method · 0.64