Skip to content

Commit

Permalink
Merge branch 'master' into asgi-final
Browse files Browse the repository at this point in the history
  • Loading branch information
kgriffs authored Oct 8, 2019
2 parents 4a314fa + a84b0e1 commit 5daadeb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
11 changes: 11 additions & 0 deletions BACKERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ Thank you to our generous project patrons who help make this project possible!

* Gerardo Cardenas
* Zach Riddle

## Copper Patrons

* [Misaka Network](https://www.misaka.io/)

## Community Supporters

* [Protoku](https://protoku.io/)
* Andrei Drang
* Vlad Shulkevich
* Vincent Albanese
6 changes: 3 additions & 3 deletions docs/api/hooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ requests.
are intended to hold request and response data specific to your app as it
passes through the framework.

.. automodule:: falcon
:members: before, after
:undoc-members:
.. autofunction:: falcon.before

.. autofunction:: falcon.after
12 changes: 9 additions & 3 deletions docs/api/redirects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ raising an instance or subclass of :py:class:`~.HTTPError`
Redirects
---------

.. automodule:: falcon
:members: HTTPMovedPermanently, HTTPFound, HTTPSeeOther,
HTTPTemporaryRedirect, HTTPPermanentRedirect
.. autoexception:: falcon.HTTPMovedPermanently

.. autoexception:: falcon.HTTPFound

.. autoexception:: falcon.HTTPSeeOther

.. autoexception:: falcon.HTTPTemporaryRedirect

.. autoexception:: falcon.HTTPPermanentRedirect

0 comments on commit 5daadeb

Please sign in to comment.