Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ https_open
Method
https_open
lib/request/httpshandler.py:138–139 ·
view source on GitHub ↗
(self, req)
Source
from the content-addressed store, hash-verified
136
137
class
HTTPSHandler(_urllib.request.HTTPSHandler):
138
def
https_open(self, req):
139
return
self.do_open(HTTPSConnection
if
ssl
else
_http_client.HTTPSConnection, req)
Callers
nothing calls this directly
Calls
1
do_open
Method · 0.80
Tested by
no test coverage detected