Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ do_GET
Method
do_GET
tests/python/test_xhr.py:12–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
10
return
11
12
def
do_GET(self):
13
self.send_response(200)
14
self.end_headers()
15
self.wfile.write(b
"get response"
)
16
17
def
do_POST(self):
18
self.send_response(200)
Callers
nothing calls this directly
Calls
1
write
Method · 0.80
Tested by
no test coverage detected