\section{\module{BaseHTTPServer} ---
- Basic HTTP server.}
-\declaremodule{standard}{BaseHTTPServer}
+ Basic HTTP server}
+\declaremodule{standard}{BaseHTTPServer}
\modulesynopsis{Basic HTTP server (base class for
-\class{SimpleHTTPServer} and \class{CGIHTTPServer}).}
+ \class{SimpleHTTPServer} and \class{CGIHTTPServer}).}
\indexii{WWW}{server}
\index{URL}
\index{httpd}
-
This module defines two classes for implementing HTTP servers
(web servers). Usually, this module isn't used directly, but is used
as a basis for building functioning web servers. See the
\section{\module{CGIHTTPServer} ---
- A Do-Something Request Handler}
+ CGI-capable HTTP request handler}
\declaremodule{standard}{CGIHTTPServer}