MCPcopy 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_POSTMethod · 0.95
do_GETMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected