xmlrpc
— XMLRPC server and client modulesXMLRPC服务器和客户端模块¶
XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. XML-RPC是一种远程过程调用方法,它使用通过HTTP传递的XML作为传输。With it, a client can call methods with parameters on a remote server (the server is named by a URI) and get back structured data.使用它,客户端可以调用远程服务器上的参数方法(服务器由URI命名),并获取结构化数据。
xmlrpc
is a package that collects server and client modules implementing XML-RPC. 是一个收集实现XML-RPC的服务器和客户端模块的包。The modules are:模块包括: