Learning TurboGears 2.1: Information about TG and WSGI

The WSGI nature of the framework

In this page you can see all the WSGI variables your request object has, the ones in capital letters are required by the spec, then a sorted by component list of variables provided by the Components, and at last the "wsgi." namespace with very useful information about your WSGI Server

The keys in the environment are:

${key} ${str(environment[key])}