diff options
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 81f5cb797..4c1c0ebab 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -10,6 +10,10 @@ Glossary A ``WebOb`` request object. See :ref:`webob_chapter` for information about request objects. + request factory + An object which, provided a WSGI environment as a single + positional argument, returns a ``WebOb`` compatible request. + response An object that has three attributes: ``app_iter`` (representing an iterable body), ``headerlist`` (representing the http headers sent |
