MCPcopy 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_authorizationMethod · 0.95
ERRORMethod · 0.95
SERVEMethod · 0.95

Calls 1

HTTPClass · 0.85

Tested by

no test coverage detected