Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
SimpleHTTPServer Namespace Reference

Data Structures

class  SimpleHTTPRequestHandler
 

Functions

def test
 

Variables

string __version__ = "0.6"
 
list __all__ = ["SimpleHTTPRequestHandler"]
 

Detailed Description

Simple HTTP Server.

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

Function Documentation

def SimpleHTTPServer.test (   HandlerClass = SimpleHTTPRequestHandler,
  ServerClass = BaseHTTPServer.HTTPServer 
)

Definition at line 193 of file SimpleHTTPServer.py.

References BaseHTTPServer.test().

194  ServerClass = BaseHTTPServer.HTTPServer):
195  BaseHTTPServer.test(HandlerClass, ServerClass)
196 

Variable Documentation

list __all__ = ["SimpleHTTPRequestHandler"]

Definition at line 11 of file SimpleHTTPServer.py.

string __version__ = "0.6"

Definition at line 9 of file SimpleHTTPServer.py.