aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Add --kill option to mitmdumpAldo Cortesi2011-02-211-0/+7
| | | | | | If this option is passed all requests that are not part of a replayed conversation are killed. If the option is not passed, such requests are passed through to the server as usual.
* First pass of playback function for mitmdump.Aldo Cortesi2011-02-211-0/+2
|
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-191-3/+3
| | | | | | This is a big patch removing the assumption that there's one connection per Request/Response pair. It touches pretty much every part of mitmproxy, so expect glitches until everything is ironed out.
* drop unused protocol parameter from ResponseHenrik Nordstrom2011-02-151-1/+1
|
* Get rid of ReplayConnection - we now have only one ClientConnection class.Aldo Cortesi2011-02-041-2/+2
|
* Change "connection" to the less confusing "client_conn" throughout.Aldo Cortesi2011-02-031-2/+2
|
* Factor out flow unit tests into speparate file.Aldo Cortesi2011-01-311-0/+22