An HTTP 400 response with a json formatted body.
| 20 | |
| 21 | |
| 22 | class JsonHttpBadRequest(JsonHttpErrorResponse, web.HTTPBadRequest): |
| 23 | """An HTTP 400 response with a json formatted body.""" |
| 24 | |
| 25 | |
| 26 | class JsonHttpForbidden(JsonHttpErrorResponse, web.HTTPForbidden): |
no outgoing calls
no test coverage detected