Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ prepare_headers
Method
prepare_headers
tools/python/test_server/server/testserver.py:194–198 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
192
193
194
def
prepare_headers(self):
195
ret = dict()
196
for
h in self.headers:
197
ret[h.lower()] = self.headers.get(h)
198
return
ret
199
200
201
def
got_pinged(self):
Callers
2
do_POST
Method · 0.95
do_GET
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected