MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / HTTPError

Class HTTPError

thirdparty/bottle/bottle.py:2351–2361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2349
2350
2351class HTTPError(HTTPResponse):
2352 default_status = 500
2353
2354 def __init__(self,
2355 status=None,
2356 body=None,
2357 exception=None,
2358 traceback=None, **more_headers):
2359 self.exception = exception
2360 self.traceback = traceback
2361 super(HTTPError, self).__init__(body, status, **more_headers)
2362
2363###############################################################################
2364# Plugins ######################################################################

Callers 15

getargsMethod · 0.70
matchMethod · 0.70
_handleMethod · 0.70
_castMethod · 0.70
_eat_last_hyphenMethod · 0.70
_eat_lfMethod · 0.70
_eat_headersMethod · 0.70
__init__Method · 0.70
_eat_start_boundaryMethod · 0.70
readMethod · 0.70
iter_itemsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…