• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2.. _internet:
3
4******************************
5Internet Protocols and Support
6******************************
7
8.. index::
9   single: WWW
10   single: Internet
11   single: World Wide Web
12
13.. index:: module: socket
14
15The modules described in this chapter implement Internet protocols and  support
16for related technology.  They are all implemented in Python. Most of these
17modules require the presence of the system-dependent module :mod:`socket`, which
18is currently supported on most popular platforms.  Here is an overview:
19
20
21.. toctree::
22
23   webbrowser.rst
24   cgi.rst
25   cgitb.rst
26   wsgiref.rst
27   urllib.rst
28   urllib2.rst
29   httplib.rst
30   ftplib.rst
31   poplib.rst
32   imaplib.rst
33   nntplib.rst
34   smtplib.rst
35   smtpd.rst
36   telnetlib.rst
37   uuid.rst
38   urlparse.rst
39   socketserver.rst
40   basehttpserver.rst
41   simplehttpserver.rst
42   cgihttpserver.rst
43   cookielib.rst
44   cookie.rst
45   xmlrpclib.rst
46   simplexmlrpcserver.rst
47   docxmlrpcserver.rst
48