BaseHTTPServer
BaseHTTPServer — Basic HTTP server
Note
The BaseHTTPServer
module has been merged into http.server
in Python 3. The 2to3 tool will automatically adapt imports when converting your sources to Python 3.
Source code: Lib/BaseHTTPServer.py
This module defines two classes for implementing HTT