Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ close
Method
close
scapy/layers/http.py:972–975 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
970
return
resp
971
972
def
close(self):
973
if
self.verb:
974
print(
"X Connection to server closed\n"
)
975
self.sock.close()
976
977
978
def
http_request(
Callers
2
_connect_or_reuse
Method · 0.95
send
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected