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

Method do_POST

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

Source from the content-addressed store, hash-verified

1171 protocol_version = 'HTTP/1.1'
1172
1173 def do_POST(self):
1174 #store content of last request in class
1175 self.__class__.content_length = int(self.headers["content-length"])
1176 return self.parentClass.do_POST(self)
1177 requestHandler = RequestHandler
1178
1179 class Transport(xmlrpclib.Transport):

Callers

nothing calls this directly

Calls 1

do_POSTMethod · 0.45

Tested by

no test coverage detected