Mod_python Servlets. A mod_python handler.
Project description
- A mod_python handler that uses instances of
subclasses of class Servlet (thus its name) to respond to HTTP GET and POST requests. For each request a series of methods are called on the instance, the output of such being sent to the client as the response. This handler was inspired by WebWare.