企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 导航 - [索引](../genindex.xhtml "总目录") - [模块](../py-modindex.xhtml "Python 模块索引") | - [下一页](xmlrpc.client.xhtml "xmlrpc.client --- XML-RPC client access") | - [上一页](http.cookiejar.xhtml "http.cookiejar --- Cookie handling for HTTP clients") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) » - zh\_CN 3.7.3 [文档](../index.xhtml) » - [Python 标准库](index.xhtml) » - [互联网协议和支持](internet.xhtml) » - $('.inline-search').show(0); | # `xmlrpc` --- XMLRPC 服务端与客户端模块 XML-RPC 是一种远程过程调用方法,它使用通过 HTTP 传递的 XML 作为载体。 有了它,客户端可以在远程服务器上调用带参数的方法(服务器以 URI 命名)并获取结构化的数据。 `xmlrpc` 是一个集合了 XML-RPC 服务端与客户端实现模块的包。 这些模块是: - [`xmlrpc.client`](xmlrpc.client.xhtml#module-xmlrpc.client "xmlrpc.client: XML-RPC client access.") - [`xmlrpc.server`](xmlrpc.server.xhtml#module-xmlrpc.server "xmlrpc.server: Basic XML-RPC server implementations.") ### 导航 - [索引](../genindex.xhtml "总目录") - [模块](../py-modindex.xhtml "Python 模块索引") | - [下一页](xmlrpc.client.xhtml "xmlrpc.client --- XML-RPC client access") | - [上一页](http.cookiejar.xhtml "http.cookiejar --- Cookie handling for HTTP clients") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) » - zh\_CN 3.7.3 [文档](../index.xhtml) » - [Python 标准库](index.xhtml) » - [互联网协议和支持](internet.xhtml) » - $('.inline-search').show(0); | © [版权所有](../copyright.xhtml) 2001-2019, Python Software Foundation. Python 软件基金会是一个非盈利组织。 [请捐助。](https://www.python.org/psf/donations/) 最后更新于 5月 21, 2019. [发现了问题](../bugs.xhtml)? 使用[Sphinx](http://sphinx.pocoo.org/)1.8.4 创建。