Table of Contents

Module: WSGIServer ./src/peak/util/WSGIServer.py

BaseHTTPServer that implements the Python WSGI protocol

This is both an example of how WSGI can be implemented, and a basis for running simple web applications on a local machine. It has not been reviewed for security issues, however, and we strongly recommend that you use a "real" web server for production use, even on a local system.

Imported modules   
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
from cStringIO import StringIO
import sys
import urllib
Classes   

DemoService

WSGIRequestHandler

WSGIServer

BaseHTTPServer that implements the Python WSGI protocol


Table of Contents

This document was automatically generated on Tue Feb 17 19:55:52 2004 by HappyDoc version 2.1