(self, updated)
| 41 | ctx.master.commands.call("browser.start") |
| 42 | |
| 43 | def configure(self, updated): |
| 44 | if "dumper_filter" in updated: |
| 45 | self.filter = ctx.options.dumper_filter |
| 46 | |
| 47 | def response(self, flow: http.HTTPFlow) -> None: |
| 48 | if flowfilter.match(self.filter, flow): |
no outgoing calls