keystonemiddleware/keystonemiddleware/echo
Dolph Mathews 714807208b Refactor: extract echo_app from enclosing class
This allows the echo WSGI app itself to be consumed directly by external
users (such as in a real deployment with Apache httpd), rather than
being run by wsgiref.

This also corrects the position of the docstring, which described
echo_app (a WSGI app), not EchoService (which served the app).

Change-Id: Ic3c69ad8bb08e4d45f5e2b8114b09ae10770161a
2015-05-06 14:29:02 +01:00
..
__init__.py Pull echo service out of auth_token. 2015-04-08 02:42:23 +00:00
__main__.py Pull echo service out of auth_token. 2015-04-08 02:42:23 +00:00
service.py Refactor: extract echo_app from enclosing class 2015-05-06 14:29:02 +01:00