Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlmapproject/sqlmap
/ _get_connection
Method
_get_connection
thirdparty/keepalive/keepalive.py:348–349 ·
view source on GitHub ↗
(self, host)
Source
from the content-addressed store, hash-verified
346
h.send(data)
347
348
def
_get_connection(self, host):
349
return
NotImplementedError
350
351
class
HTTPHandler(KeepAliveHandler, _urllib.request.HTTPHandler):
352
def
__init__(self):
Callers
1
do_open
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected