aboutsummaryrefslogtreecommitdiffstats
path: root/examples/fail_with_500.py
Commit message (Collapse)AuthorAgeFilesLines
* Adding example which turns every reponse into an HTTP 500. (#1136)Jason Pepas2016-05-111-0/+3
* Adding example which turns every reponse into an HTTP 500. * Prefer b"" over None for response.content.