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__.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/wsgiref/__init__.py b/src/wsgiref/__init__.py
new file mode 100644
index 0000000..d130a83
--- /dev/null
+++ b/src/wsgiref/__init__.py
@@ -0,0 +1,18 @@
+"""wsgiref -- a WSGI (PEP 333) Reference Library
+
+Contained Modules:
+
+ * util -- Miscellaneous useful functions and wrappers
+
+ * headers -- Manage response headers
+
+ * handler -- base classes for server/gateway implementations
+
+ * server -- a SimpleHTTPServer that supports WSGI
+
+ * cgi_gateway -- Run WSGI apps under CGI
+
+ * cgi_wrapper -- Run CGI apps under WSGI
+
+ * router -- a simple middleware component that handles URL traversal
+"""