Network layers are being switched. You may change which layer will be used by setting data.layer. (by default, this is done by mitmproxy.addons.NextLayer)
| 331 | |
| 332 | @dataclass |
| 333 | class NextLayerHook(StartHook): |
| 334 | """ |
| 335 | Network layers are being switched. You may change which layer will be used by setting data.layer. |
| 336 | |
| 337 | (by default, this is done by mitmproxy.addons.NextLayer) |
| 338 | """ |
| 339 | |
| 340 | data: NextLayer |
no outgoing calls
searching dependent graphs…