Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ http_open
Method
http_open
thirdparty/keepalive/keepalive.py:355–356 ·
view source on GitHub ↗
(self, req)
Source
from the content-addressed store, hash-verified
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)
Callers
nothing calls this directly
Calls
1
do_open
Method · 0.80
Tested by
no test coverage detected