aboutsummaryrefslogtreecommitdiffstats
path: root/examples/flowwriter.py
Commit message (Collapse)AuthorAgeFilesLines
* organize examplesMaximilian Hils2016-11-211-22/+0
| | | | | | | 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.
* Move all tools into mitmproxy.tools, move models/* to top levelAldo Cortesi2016-10-191-1/+1
| | | | | | The primary motivation here (and for all the other moving around) is to present a clean "front of house" to library users, and to migrate primary objects to the top of the module hierarchy.
* Remove flow module entirely, move contents to top levelAldo Cortesi2016-10-191-3/+2
| | | | | mitmproxy.flow.io -> mitmproxy.io mitmproxy.flow.export -> mitmproxy.export
* scripts: refactor some examples that keep global stateAldo Cortesi2016-07-231-12/+13
| | | | We now have a better way to do this.
* remove context from all scriptsMaximilian Hils2016-07-071-4/+6
|
* update examples, tests, docsMaximilian Hils2016-06-131-4/+4
|
* Docs and examples to top levelAldo Cortesi2016-02-181-0/+20
|
* move mitmproxyMaximilian Hils2016-02-151-20/+0
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-1/+1
|
* spaces, not tabsMaximilian Hils2015-04-121-5/+8
|
* add flowwriter exampleMaximilian Hils2015-04-121-0/+17