aboutsummaryrefslogtreecommitdiffstats
path: root/examples/complex/dup_and_replay.py
Commit message (Collapse)AuthorAgeFilesLines
* View API slightly extended; codebase cleaned in some pointsmadt1m2018-06-131-1/+1
|
* Revamp dup_and_replay exampleAldo Cortesi2018-05-051-4/+10
| | | | | | | | - Exposes view.add as a command - Copes with cases where a view addon isn't present - Avoids infinite loop caused by replaying replays Fixes #3096
* mitmweb: 100% app test coverage, numerous fixesMaximilian Hils2016-11-231-1/+2
|
* organize examplesMaximilian Hils2016-11-211-0/+7
This commit is largely based on work by Thiago Arrais (@thiagoarrais) and Shane Bradfield (@l33tLumberjack). I wasn't really able to get their PR reasonably merged onto the latest master, so I reapplied their changes manually here and did some further improvements on that.