uTools-Manuals/docs/python/xmlrpc.html
2019-04-08 23:22:26 +08:00

1 line
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>