diff options
Diffstat (limited to 'Doc/lib/libbasehttp.tex')
-rw-r--r-- | Doc/lib/libbasehttp.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libbasehttp.tex b/Doc/lib/libbasehttp.tex index 7ee55df..df04202 100644 --- a/Doc/lib/libbasehttp.tex +++ b/Doc/lib/libbasehttp.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{BaseHTTPServer}} -\label{module-BaseHTTPServer} -\stmodindex{BaseHTTPServer} +\declaremodule{standard}{BaseHTTPServer} + +\modulesynopsis{Basic HTTP server (base class for SimpleHTTPServer and CGIHTTPServer).} + \indexii{WWW}{server} \indexii{HTTP}{protocol} |