xref: /third_party/python/Doc/library/xmlrpc.rst (revision 7db96d56)
17db96d56Sopenharmony_ci:mod:`xmlrpc` --- XMLRPC server and client modules
27db96d56Sopenharmony_ci==================================================
37db96d56Sopenharmony_ci
47db96d56Sopenharmony_ciXML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a
57db96d56Sopenharmony_citransport.  With it, a client can call methods with parameters on a remote
67db96d56Sopenharmony_ciserver (the server is named by a URI) and get back structured data.
77db96d56Sopenharmony_ci
87db96d56Sopenharmony_ci``xmlrpc`` is a package that collects server and client modules implementing
97db96d56Sopenharmony_ciXML-RPC.  The modules are:
107db96d56Sopenharmony_ci
117db96d56Sopenharmony_ci* :mod:`xmlrpc.client`
127db96d56Sopenharmony_ci* :mod:`xmlrpc.server`
13