Package wsgitools :: Module adapters
[hide private]
[frames] | no frames]

Module adapters

source code

There are attempts to create a new version of the WSGI standard. These classes try to adapt the current standard to something that eventually works out to be the next version of WSGI. For more information see http://wsgi.readthedocs.io/en/latest/proposals-2.0.html.

Classes [hide private]
  WSGI2to1Adapter
Adapts an application with an interface that might somewhen be known as WSGI 2.0 to the WSGI 1.0 interface.
  WSGI1to2Adapter
Adapts a WSGI 1.0 application to something that might somewhen be the WSGI 2.0 interface.
Variables [hide private]
  __package__ = 'wsgitools'
  __warningregistry__ = {('wsgitools.adapters will be removed', ...
Variables Details [hide private]

__warningregistry__

Value:
{('wsgitools.adapters will be removed',
  <type 'exceptions.DeprecationWarning'>,
  14): True}