falconry/falcon

Docs should demonstrate returning early in a responder

Open

#1,595 opened on Oct 29, 2019

View on GitHub
 (12 comments) (0 reactions) (0 assignees)Python (9,293 stars) (925 forks)batch import
documentationgood first issueneeds contributor

Description

New Falcon users may not realize they can simply return anywhere in a responder. This is useful for complicated nested logic paths. We should make sure examples of this are sprinkled throughout the docs in key places.

Contributor guide