Extending BaseHTTPServer The Easy Way

2015-07-18 Thread jadrianzimmer
Here is the beginning of the README.md for https://github.com/J-Adrian-Zimmer/ProgrammableServer.git If you are a Python programmer wanting to set up a server for your own application, if you don't need a high volume, general purpose server and are put off by the complexities of Apache and Base

Simplifying Subclassing of SimpleHTTPRequestHandler

2015-07-18 Thread J Adrian Zimmer
If you are a Python programmer wanting to set up an open-source server for your own application, if you don't need a high volume, general purpose server and are put off by the complexities of Apache and BaseHTTPServer, then ProgrammableServer may be for you. It is easy to setup and, if necessary, r