App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Classes | Variables
google.appengine._internal.django.core.servers.basehttp Namespace Reference

Classes

class  FileWrapper
 
class  WSGIServerException
 

Variables

string __version__ = "0.1"
 
list __all__ = ['WSGIServer','WSGIRequestHandler']
 
string server_version = "WSGIServer/"
 
string sys_version = "Python/"
 
string software_version = server_version+' '
 

Detailed Description

BaseHTTPServer that implements the Python WSGI protocol (PEP 333, rev 1.21).

Adapted from wsgiref.simple_server: http://svn.eby-sarna.com/wsgiref/

This is a simple server for use in testing or debugging Django apps. It hasn't
been reviewed for security issues. Don't use it for production use.