MCPcopy Index your code
hub / github.com/secdev/scapy / allow_reauth

Method allow_reauth

scapy/layers/http.py:1210–1211  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1208
1209 @ATMT.condition(AUTH_ERROR)
1210 def allow_reauth(self):
1211 raise self.AUTH()
1212
1213 def _ask_authorization(self, proxy, data):
1214 if proxy:

Callers

nothing calls this directly

Calls 1

AUTHMethod · 0.95

Tested by

no test coverage detected