/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.9
Doc/library/xmlrpc.rst
12 строк
475 B
Georg Brandl
Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http".
06 окт 2012, 15:49
06 окт 2012, 15:49
fe7b00f
Код
Авторство
О чём код?
:mod:`xmlrpc` --- XMLRPC server and client modules ================================================== 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. ``xmlrpc`` is a package that collects server and client modules implementing XML-RPC. The modules are: * :mod:`xmlrpc.client` * :mod:`xmlrpc.server`