Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ send
Method
send
scapy/layers/http.py:1100–1101 ·
view source on GitHub ↗
(self, resp)
Source
from the content-addressed store, hash-verified
1098
Automaton.__init__(self, *args, **kwargs)
1099
1100
def
send(self, resp):
1101
self.sock.send(HTTP() / resp)
1102
1103
def
vprint(self, s=
""
):
1104
""
"
Callers
3
_ask_authorization
Method · 0.95
ERROR
Method · 0.95
SERVE
Method · 0.95
Calls
1
HTTP
Class · 0.85
Tested by
no test coverage detected