Module SimpleHTTPServer
[hide private]
[frames] | no frames]

Module SimpleHTTPServer

Simple HTTP Server.

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


Version: 0.6

Classes [hide private]
SimpleHTTPRequestHandler
Simple HTTP request handler with GET and HEAD commands.
Functions [hide private]
 
test(HandlerClass=<class SimpleHTTPServer.SimpleHTTPRequestHandler at 0x40941f5c>, ServerClass=<class BaseHTTPServer.HTTPServer at 0x406ee8cc>)

Imports: os, posixpath, BaseHTTPServer, urllib, urlparse, cgi, shutil, mimetypes, StringIO