SimpleXMLRPCServer.SimpleXMLRPCRequestHandler.do_POST

SimpleXMLRPCRequestHandler.do_POST()[source]

Handles the HTTP POST request.

Attempts to interpret all HTTP POST requests as XML-RPC calls, which are forwarded to the server’s _dispatch method for handling.