~dkuhlman/python-training-materials/Materials

« back to all changes in this revision

Viewing changes to python-3.5.2-docs-html/library/xmlrpc.html

  • Committer: Dave Kuhlman
  • Date: 2017-04-15 16:24:56 UTC
  • Revision ID: dkuhlman@davekuhlman.org-20170415162456-iav9vozzg4iwqwv3
Updated docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
 
 
4
 
 
5
<html xmlns="http://www.w3.org/1999/xhtml">
 
6
  <head>
 
7
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
8
    
 
9
    <title>21.25. xmlrpc — XMLRPC server and client modules &mdash; Python 3.5.2 documentation</title>
 
10
    
 
11
    <link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" />
 
12
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
 
13
    
 
14
    <script type="text/javascript">
 
15
      var DOCUMENTATION_OPTIONS = {
 
16
        URL_ROOT:    '../',
 
17
        VERSION:     '3.5.2',
 
18
        COLLAPSE_INDEX: false,
 
19
        FILE_SUFFIX: '.html',
 
20
        HAS_SOURCE:  true
 
21
      };
 
22
    </script>
 
23
    <script type="text/javascript" src="../_static/jquery.js"></script>
 
24
    <script type="text/javascript" src="../_static/underscore.js"></script>
 
25
    <script type="text/javascript" src="../_static/doctools.js"></script>
 
26
    <script type="text/javascript" src="../_static/sidebar.js"></script>
 
27
    <link rel="search" type="application/opensearchdescription+xml"
 
28
          title="Search within Python 3.5.2 documentation"
 
29
          href="../_static/opensearch.xml"/>
 
30
    <link rel="author" title="About these documents" href="../about.html" />
 
31
    <link rel="copyright" title="Copyright" href="../copyright.html" />
 
32
    <link rel="top" title="Python 3.5.2 documentation" href="../contents.html" />
 
33
    <link rel="up" title="21. Internet Protocols and Support" href="internet.html" />
 
34
    <link rel="next" title="21.26. xmlrpc.client — XML-RPC client access" href="xmlrpc.client.html" />
 
35
    <link rel="prev" title="21.24. http.cookiejar — Cookie handling for HTTP clients" href="http.cookiejar.html" />
 
36
    <link rel="shortcut icon" type="image/png" href="../_static/py.png" />
 
37
    
 
38
    <script type="text/javascript" src="../_static/copybutton.js"></script>
 
39
    <script type="text/javascript" src="../_static/version_switch.js"></script>
 
40
    
 
41
    
 
42
 
 
43
 
 
44
  </head>
 
45
  <body role="document">  
 
46
    <div class="related" role="navigation" aria-label="related navigation">
 
47
      <h3>Navigation</h3>
 
48
      <ul>
 
49
        <li class="right" style="margin-right: 10px">
 
50
          <a href="../genindex.html" title="General Index"
 
51
             accesskey="I">index</a></li>
 
52
        <li class="right" >
 
53
          <a href="../py-modindex.html" title="Python Module Index"
 
54
             >modules</a> |</li>
 
55
        <li class="right" >
 
56
          <a href="xmlrpc.client.html" title="21.26. xmlrpc.client — XML-RPC client access"
 
57
             accesskey="N">next</a> |</li>
 
58
        <li class="right" >
 
59
          <a href="http.cookiejar.html" title="21.24. http.cookiejar — Cookie handling for HTTP clients"
 
60
             accesskey="P">previous</a> |</li>
 
61
        <li><img src="../_static/py.png" alt=""
 
62
                 style="vertical-align: middle; margin-top: -1px"/></li>
 
63
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
 
64
        <li>
 
65
          <span class="version_switcher_placeholder">3.5.2</span>
 
66
          <a href="../index.html">Documentation </a> &raquo;
 
67
        </li>
 
68
 
 
69
          <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &raquo;</li>
 
70
          <li class="nav-item nav-item-2"><a href="internet.html" accesskey="U">21. Internet Protocols and Support</a> &raquo;</li>
 
71
    <li class="right">
 
72
        
 
73
 
 
74
    <div class="inline-search" style="display: none" role="search">
 
75
        <form class="inline-search" action="../search.html" method="get">
 
76
          <input placeholder="Quick search" type="text" name="q" />
 
77
          <input type="submit" value="Go" />
 
78
          <input type="hidden" name="check_keywords" value="yes" />
 
79
          <input type="hidden" name="area" value="default" />
 
80
        </form>
 
81
    </div>
 
82
    <script type="text/javascript">$('.inline-search').show(0);</script>
 
83
         |
 
84
    </li>
 
85
 
 
86
      </ul>
 
87
    </div>    
 
88
 
 
89
    <div class="document">
 
90
      <div class="documentwrapper">
 
91
        <div class="bodywrapper">
 
92
          <div class="body" role="main">
 
93
            
 
94
  <div class="section" id="xmlrpc-xmlrpc-server-and-client-modules">
 
95
<h1>21.25. <code class="xref py py-mod docutils literal"><span class="pre">xmlrpc</span></code> &#8212; XMLRPC server and client modules<a class="headerlink" href="#xmlrpc-xmlrpc-server-and-client-modules" title="Permalink to this headline">¶</a></h1>
 
96
<p>XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a
 
97
transport.  With it, a client can call methods with parameters on a remote
 
98
server (the server is named by a URI) and get back structured data.</p>
 
99
<p><code class="docutils literal"><span class="pre">xmlrpc</span></code> is a package that collects server and client modules implementing
 
100
XML-RPC.  The modules are:</p>
 
101
<ul class="simple">
 
102
<li><a class="reference internal" href="xmlrpc.client.html#module-xmlrpc.client" title="xmlrpc.client: XML-RPC client access."><code class="xref py py-mod docutils literal"><span class="pre">xmlrpc.client</span></code></a></li>
 
103
<li><a class="reference internal" href="xmlrpc.server.html#module-xmlrpc.server" title="xmlrpc.server: Basic XML-RPC server implementations."><code class="xref py py-mod docutils literal"><span class="pre">xmlrpc.server</span></code></a></li>
 
104
</ul>
 
105
</div>
 
106
 
 
107
 
 
108
          </div>
 
109
        </div>
 
110
      </div>
 
111
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
 
112
        <div class="sphinxsidebarwrapper">
 
113
  <h4>Previous topic</h4>
 
114
  <p class="topless"><a href="http.cookiejar.html"
 
115
                        title="previous chapter">21.24. <code class="docutils literal"><span class="pre">http.cookiejar</span></code> &#8212; Cookie handling for HTTP clients</a></p>
 
116
  <h4>Next topic</h4>
 
117
  <p class="topless"><a href="xmlrpc.client.html"
 
118
                        title="next chapter">21.26. <code class="docutils literal"><span class="pre">xmlrpc.client</span></code> &#8212; XML-RPC client access</a></p>
 
119
  <div role="note" aria-label="source link">
 
120
    <h3>This Page</h3>
 
121
    <ul class="this-page-menu">
 
122
      <li><a href="../bugs.html">Report a Bug</a></li>
 
123
      <li><a href="../_sources/library/xmlrpc.txt"
 
124
            rel="nofollow">Show Source</a></li>
 
125
    </ul>
 
126
  </div>
 
127
        </div>
 
128
      </div>
 
129
      <div class="clearer"></div>
 
130
    </div>  
 
131
    <div class="related" role="navigation" aria-label="related navigation">
 
132
      <h3>Navigation</h3>
 
133
      <ul>
 
134
        <li class="right" style="margin-right: 10px">
 
135
          <a href="../genindex.html" title="General Index"
 
136
             >index</a></li>
 
137
        <li class="right" >
 
138
          <a href="../py-modindex.html" title="Python Module Index"
 
139
             >modules</a> |</li>
 
140
        <li class="right" >
 
141
          <a href="xmlrpc.client.html" title="21.26. xmlrpc.client — XML-RPC client access"
 
142
             >next</a> |</li>
 
143
        <li class="right" >
 
144
          <a href="http.cookiejar.html" title="21.24. http.cookiejar — Cookie handling for HTTP clients"
 
145
             >previous</a> |</li>
 
146
        <li><img src="../_static/py.png" alt=""
 
147
                 style="vertical-align: middle; margin-top: -1px"/></li>
 
148
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
 
149
        <li>
 
150
          <span class="version_switcher_placeholder">3.5.2</span>
 
151
          <a href="../index.html">Documentation </a> &raquo;
 
152
        </li>
 
153
 
 
154
          <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &raquo;</li>
 
155
          <li class="nav-item nav-item-2"><a href="internet.html" >21. Internet Protocols and Support</a> &raquo;</li>
 
156
    <li class="right">
 
157
        
 
158
 
 
159
    <div class="inline-search" style="display: none" role="search">
 
160
        <form class="inline-search" action="../search.html" method="get">
 
161
          <input placeholder="Quick search" type="text" name="q" />
 
162
          <input type="submit" value="Go" />
 
163
          <input type="hidden" name="check_keywords" value="yes" />
 
164
          <input type="hidden" name="area" value="default" />
 
165
        </form>
 
166
    </div>
 
167
    <script type="text/javascript">$('.inline-search').show(0);</script>
 
168
         |
 
169
    </li>
 
170
 
 
171
      </ul>
 
172
    </div>  
 
173
    <div class="footer">
 
174
    &copy; <a href="../copyright.html">Copyright</a> 2001-2016, Python Software Foundation.
 
175
    <br />
 
176
    The Python Software Foundation is a non-profit corporation.
 
177
    <a href="https://www.python.org/psf/donations/">Please donate.</a>
 
178
    <br />
 
179
    Last updated on Sep 23, 2016.
 
180
    <a href="../bugs.html">Found a bug</a>?
 
181
    <br />
 
182
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.3.
 
183
    </div>
 
184
 
 
185
  </body>
 
186
</html>
 
 
b'\\ No newline at end of file'