Home | Trees | Indices | Help |
|
---|
|
WSGI interface (see PEP 333 and 3333).
Note that WSGI environ keys and values are 'native strings'; that is, whatever the type of "" is. For Python 2, that's a byte string; for Python 3, it's a unicode string. But PEP 3333 says: "even if Python's str type is actually Unicode "under the hood", the content of native strings must still be translatable to bytes via the Latin-1 encoding!"
|
|||
VirtualHost Select a different WSGI application based on the Host header. |
|||
InternalRedirector WSGI middleware that handles raised cherrypy.InternalRedirect. |
|||
ExceptionTrapper WSGI middleware that traps exceptions. |
|||
_TrappedResponse | |||
AppResponse WSGI response iterable for CherryPy applications. |
|||
CPWSGIApp A WSGI application object for a CherryPy Application. |
|
|||
|
|
|||
__package__ =
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Sep 27 14:39:44 2013 | http://epydoc.sourceforge.net |