Package cherrypy :: Module _cpwsgi_server
[hide private]
[frames] | no frames]

Module _cpwsgi_server

source code

WSGI server interface (see PEP 333). This adds some CP-specific bits to the framework-agnostic wsgiserver package.

Classes [hide private]
  CPHTTPRequest
An HTTP Request (and response).
  CPHTTPConnection
An HTTP connection (active socket).
  CPWSGIServer
Wrapper for wsgiserver.CherryPyWSGIServer.