MCPcopy Index your code
hub / github.com/python/cpython / do_POST

Method do_POST

Lib/test/test_xmlrpc.py:1257–1259  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1255 test_headers = None
1256
1257 def do_POST(self):
1258 self.__class__.test_headers = self.headers
1259 return super().do_POST()
1260 requestHandler = RequestHandler
1261 standard_headers = [
1262 'Host', 'Accept-Encoding', 'Content-Type', 'User-Agent',

Callers

nothing calls this directly

Calls 2

superClass · 0.85
do_POSTMethod · 0.45

Tested by

no test coverage detected