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

Class HTTPHandler

thirdparty/keepalive/keepalive.py:351–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349 return NotImplementedError
350
351class HTTPHandler(KeepAliveHandler, _urllib.request.HTTPHandler):
352 def __init__(self):
353 KeepAliveHandler.__init__(self)
354
355 def http_open(self, req):
356 return self.do_open(req)
357
358 def _get_connection(self, host):
359 return HTTPConnection(host)
360
361class HTTPSHandler(KeepAliveHandler, _urllib.request.HTTPSHandler):
362 def __init__(self, ssl_factory=None):

Callers 3

error_handlerFunction · 0.85
continuityFunction · 0.85
compFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…