| Home | Trees | Indices | Help |
|---|
|
|
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.
Version: 0.1
|
|||
| WSGIServerException | |||
|
FileWrapper Wrapper to convert file-like objects to iterables |
|||
|
Headers Manage a collection of HTTP response headers |
|||
|
ServerHandler Manage the invocation of a WSGI application |
|||
|
WSGIServer BaseHTTPServer that implements the Python WSGI protocol |
|||
| WSGIRequestHandler | |||
|
AdminMediaHandler WSGI middleware that intercepts calls to the admin media directory, as defined by the ADMIN_MEDIA_PREFIX setting, and serves those images. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
server_version =
|
|||
sys_version =
|
|||
software_version =
|
|||
tspecials = re.compile(r'
|
|||
_hop_headers =
|
|||
|
|||
Convenience function to format and return a key=value pair. This will quote the value if needed or if quote is true. |
|
|||
_hop_headers
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 17 18:52:13 2008 | http://epydoc.sourceforge.net |