Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Data Structures | |
class | SimpleHTTPRequestHandler |
Functions | |
def | test |
Variables | |
string | __version__ = "0.6" |
list | __all__ = ["SimpleHTTPRequestHandler"] |
Simple HTTP Server. This module builds on BaseHTTPServer by implementing the standard GET and HEAD requests in a fairly straightforward manner.
def SimpleHTTPServer.test | ( | HandlerClass = SimpleHTTPRequestHandler , |
|
ServerClass = BaseHTTPServer.HTTPServer |
|||
) |
list __all__ = ["SimpleHTTPRequestHandler"] |
Definition at line 11 of file SimpleHTTPServer.py.
string __version__ = "0.6" |
Definition at line 9 of file SimpleHTTPServer.py.