mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-09 07:24:04 +08:00
1 line
1.4 KiB
HTML
1 line
1.4 KiB
HTML
<div class="body" role="main"><div class="section" id="xmlrpc-xmlrpc-server-and-client-modules"><h1><span class="yiyi-st" id="yiyi-10">21.25. <code class="xref py py-mod docutils literal"><span class="pre">xmlrpc</span></code> - XMLRPC服务器和客户端模块</span></h1><p><span class="yiyi-st" id="yiyi-11">XML-RPC是一种使用通过HTTP传递的XML作为传输的远程过程调用方法。</span><span class="yiyi-st" id="yiyi-12">使用它,客户端可以调用远程服务器上的参数(服务器由URI命名)并返回结构化数据的方法。</span></p><p><span class="yiyi-st" id="yiyi-13"><code class="docutils literal"><span class="pre">xmlrpc</span></code>是一个用于收集实现XML-RPC的服务器和客户端模块的软件包。</span><span class="yiyi-st" id="yiyi-14">模块是:</span></p><ul class="simple"><li><span class="yiyi-st" id="yiyi-15"><a class="reference internal" href="xmlrpc.client.html#module-xmlrpc.client" title="xmlrpc.client: XML-RPC client access."><code class="xref py py-mod docutils literal"><span class="pre">xmlrpc.client</span></code></a></span></li><li><span class="yiyi-st" id="yiyi-16"><a class="reference internal" href="xmlrpc.server.html#module-xmlrpc.server" title="xmlrpc.server: Basic XML-RPC server implementations."><code class="xref py py-mod docutils literal"><span class="pre">xmlrpc.server</span></code></a></span></li></ul></div></div> |