Home
Trees
Indices
Help
WSGIWebAPI
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
UserDict.DictMixin
object
:
The most base type
wsgiwebapi.wsgisupport.Response
:
Response object, used to return stuff via WSGI protocol.
wsgiwebapi.logging.SilentLogger
:
Logger which produces no output.
wsgiwebapi.wsgisupport.WSGIResponse
:
Object satisfying the WSGI protocol for making a response.
wsgiwebapi.wsgisupport.Request
:
Request object, used to represent a request via WSGI.
wsgiwebapi.cpwsgiserver.HTTPConnection
:
An HTTP connection (active socket).
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
wsgiwebapi.cpwsgiserver.NoSSLError
:
Exception raised when a client speaks HTTP to an HTTPS socket.
wsgiwebapi.validation.ValidationError
:
Exception used to indicate that parameters failed validation.
wsgiwebapi.wsgisupport.HTTPError
wsgiwebapi.cpwsgiserver.FatalSSLAlert
:
Exception raised when the SSL implementation signals a fatal alert.
wsgiwebapi.cpwsgiserver.MaxSizeExceeded
socket._fileobject
:
Faux file object attached to a socket object.
wsgiwebapi.cpwsgiserver.ThreadPool
:
A Request Queue for the CherryPyWSGIServer which pools threads.
wsgiwebapi.cpwsgiserver.HTTPRequest
:
An HTTP Request (and response).
wsgiwebapi.logging.VerboseLogger
:
Logger which writes verbose messages to stdout.
dict
:
dict() -> new empty dictionary.
wsgiwebapi.cpwsgiserver.CherryPyWSGIServer
:
An HTTP server for WSGI.
wsgiwebapi.cpwsgiserver.SizeCheckWrapper
:
Wraps a file-like object, raising MaxSizeExceeded if too large.
wsgiwebapi.cpwsgiserver.WSGIPathInfoDispatcher
:
A WSGI dispatcher for dispatch based on the PATH_INFO.
wsgiwebapi.logging.StdoutLogger
:
Logger which writes messages to stdout.
wsgiwebapi.cpwsgiserver.SSLConnection
:
A thread-safe wrapper for an SSL.Connection.
Home
Trees
Indices
Help
WSGIWebAPI
Generated by Epydoc 3.0beta1 on Mon Feb 2 10:56:23 2009
http://epydoc.sourceforge.net