diff options
| author | John Anderson <sontek@gmail.com> | 2015-02-07 11:14:24 -0800 |
|---|---|---|
| committer | John Anderson <sontek@gmail.com> | 2015-02-07 11:14:24 -0800 |
| commit | ce7c06a044756422ba3741614515940d2b230e28 (patch) | |
| tree | 3373caf57660f003ebeb8e8954d87cba885ab89a /docs/glossary.rst | |
| parent | 03a0d79306b2846313df1983a721d5cccf4ec3ce (diff) | |
| parent | b17fa8b19da6e8272515588abbd2299f03bc2942 (diff) | |
| download | pyramid-ce7c06a044756422ba3741614515940d2b230e28.tar.gz pyramid-ce7c06a044756422ba3741614515940d2b230e28.tar.bz2 pyramid-ce7c06a044756422ba3741614515940d2b230e28.zip | |
Merge branch 'master' of https://github.com/Pylons/pyramid into allow_class_method_directly
Conflicts:
pyramid/compat.py
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 01300a0be..9c0ea8598 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -16,6 +16,11 @@ Glossary An object which, provided a :term:`WSGI` environment as a single positional argument, returns a Pyramid-compatible request. + response factory + An object which, provided a :term:`request` as a single positional + argument, returns a Pyramid-compatible response. See + :class:`pyramid.interfaces.IResponseFactory`. + response An object returned by a :term:`view callable` that represents response data returned to the requesting user agent. It must implement the |
