SimpleHTTPServer

Simple HTTP Server.

This module builds on BaseHTTPServer by implementing the standard GET and HEAD requests in a fairly straightforward manner.

Functions

StringIO StringIO([s]) – Return a StringIO-like stream for reading or writing
test([HandlerClass, ServerClass])

Classes

SimpleHTTPRequestHandler(request, ...) Simple HTTP request handler with GET and HEAD commands.