summaryrefslogtreecommitdiff
path: root/src/wsgiref/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/wsgiref/__init__.py')
-rw-r--r--src/wsgiref/__init__.py21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/wsgiref/__init__.py b/src/wsgiref/__init__.py
index 9f37850..46c579f 100644
--- a/src/wsgiref/__init__.py
+++ b/src/wsgiref/__init__.py
@@ -2,21 +2,22 @@
Current Contents:
- * util -- Miscellaneous useful functions and wrappers
+* util -- Miscellaneous useful functions and wrappers
- * headers -- Manage response headers
+* headers -- Manage response headers
- * handlers -- base classes for server/gateway implementations
+* handlers -- base classes for server/gateway implementations
- * simple_server -- a simple BaseHTTPServer that supports WSGI
-
-To-Do:
+* simple_server -- a simple BaseHTTPServer that supports WSGI
+
+* validate -- validation wrapper that sits between an app and a server
+ to detect errors in either
- * validate -- validation library and "lint"-like functions
+To-Do:
- * cgi_gateway -- Run WSGI apps under CGI
+* cgi_gateway -- Run WSGI apps under CGI (pending a deployment standard)
- * cgi_wrapper -- Run CGI apps under WSGI
+* cgi_wrapper -- Run CGI apps under WSGI
- * router -- a simple middleware component that handles URL traversal
+* router -- a simple middleware component that handles URL traversal
"""