Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ new_request
Method
new_request
scapy/layers/http.py:1270–1271 ·
view source on GitHub ↗
(self, pkt)
Source
from the content-addressed store, hash-verified
1268
1269
@ATMT.receive_condition(SERVE)
1270
def
new_request(self, pkt):
1271
raise
self.SERVE(pkt)
1272
1273
# DEV: overwrite this function
1274
Callers
nothing calls this directly
Calls
1
SERVE
Method · 0.95
Tested by
no test coverage detected