aboutsummaryrefslogtreecommitdiffstats
path: root/examples/fail_with_500.py
Commit message (Collapse)AuthorAgeFilesLines
* organize examplesMaximilian Hils2016-11-211-3/+0
| | | | | | | This commit is largely based on work by Thiago Arrais (@thiagoarrais) and Shane Bradfield (@l33tLumberjack). I wasn't really able to get their PR reasonably merged onto the latest master, so I reapplied their changes manually here and did some further improvements on that.
* remove context from all scriptsMaximilian Hils2016-07-071-1/+1
|
* 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.