diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-21 02:01:18 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-21 02:01:18 -0500 |
| commit | 72ad3374afb491d652e2a22951b09ca399c8d0c5 (patch) | |
| tree | 25debf41edcb18c11d6320cb6e4a6de13b775eb2 /docs/api/request.rst | |
| parent | d5d1f0f750b944b453ac52a97d180b46fd65f915 (diff) | |
| download | pyramid-72ad3374afb491d652e2a22951b09ca399c8d0c5.tar.gz pyramid-72ad3374afb491d652e2a22951b09ca399c8d0c5.tar.bz2 pyramid-72ad3374afb491d652e2a22951b09ca399c8d0c5.zip | |
- Add docs for ``add_finished_callback``, ``add_response_callback``,
``route_path``, ``route_url``, and ``static_url`` methods to
``pyramid.request.Request`` API docs.
Diffstat (limited to 'docs/api/request.rst')
| -rw-r--r-- | docs/api/request.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst index 13b434a51..912634b62 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -113,3 +113,15 @@ request, the value of this attribute will be ``None``. See :ref:`matched_route`. + .. automethod:: add_response_callback + + .. automethod:: add_finished_callback + + .. automethod:: route_url + + .. automethod:: route_path + + .. automethod:: resource_url + + .. automethod:: static_url + |
