diff options
Diffstat (limited to 'devdocs/python~3.12/library%2Fxmlrpc.html')
| -rw-r--r-- | devdocs/python~3.12/library%2Fxmlrpc.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/python~3.12/library%2Fxmlrpc.html b/devdocs/python~3.12/library%2Fxmlrpc.html new file mode 100644 index 00000000..9adeb09e --- /dev/null +++ b/devdocs/python~3.12/library%2Fxmlrpc.html @@ -0,0 +1,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> |
