blob: 9adeb09e5e618596e55c0be07b6425280676436b (
plain)
1
2
3
4
5
6
|
<h1>xmlrpc — XMLRPC server and client modules</h1> <p>XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. 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.</p> <p><code>xmlrpc</code> is a package that collects server and client modules implementing XML-RPC. The modules are:</p> <ul class="simple"> <li><a class="reference internal" href="xmlrpc.client#module-xmlrpc.client" title="xmlrpc.client: XML-RPC client access."><code>xmlrpc.client</code></a></li> <li><a class="reference internal" href="xmlrpc.server#module-xmlrpc.server" title="xmlrpc.server: Basic XML-RPC server implementations."><code>xmlrpc.server</code></a></li> </ul> <div class="_attribution">
<p class="_attribution-p">
© 2001–2023 Python Software Foundation<br>Licensed under the PSF License.<br>
<a href="https://docs.python.org/3.12/library/xmlrpc.html" class="_attribution-link">https://docs.python.org/3.12/library/xmlrpc.html</a>
</p>
</div>
|