summaryrefslogtreecommitdiff
path: root/docs/ref.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref.tex')
-rwxr-xr-xdocs/ref.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref.tex b/docs/ref.tex
index e2b6a8c..d5ac69a 100755
--- a/docs/ref.tex
+++ b/docs/ref.tex
@@ -41,6 +41,11 @@
\begin{abstract}
\noindent
+The Web Server Gateway Interface (WSGI) is a standard interface
+between web server software and web applications written in Python.
+Having a standard interface makes it easy to use an application
+that supports WSGI with a number of different web servers.
+
\module{wsgiref} is a reference implementation of the WSGI specification
that can be used to add WSGI support to a web server or framework. It also
contains some useful utilities for writing applications or middleware that