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

Method https_open

lib/request/pkihandler.py:19–20  ·  view source on GitHub ↗
(self, req)

Source from the content-addressed store, hash-verified

17 self.auth_file = auth_file
18
19 def https_open(self, req):
20 return self.do_open(self.getConnection, req)
21
22 def getConnection(self, host, timeout=None):
23 try:

Callers

nothing calls this directly

Calls 1

do_openMethod · 0.80

Tested by

no test coverage detected