aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_filt.py
Commit message (Collapse)AuthorAgeFilesLines
* Add filter for detecting flows with errors.Aldo Cortesi2012-02-101-1/+9
| | | | Also, remove dependency on weird _is_response method.
* Expand test coverage.Aldo Cortesi2012-02-101-0/+2
|
* Add support for filtering by HTTP method (get, post, etc.) using ~m operator.Mark E. Haase2011-12-281-0/+8
|
* Move all HTTP objects to flow.pyAldo Cortesi2011-08-031-6/+6
| | | | That's Request, Response, ClientConnect, ClientDisconnect, Error, and Headers.
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-191-1/+1
| | | | | | 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/+0
|
* Get rid of ReplayConnection - we now have only one ClientConnection class.Aldo Cortesi2011-02-041-1/+1
|
* Change "connection" to the less confusing "client_conn" throughout.Aldo Cortesi2011-02-031-1/+1
|
* Test suite rejiggering and cleanup.Aldo Cortesi2011-02-031-3/+6
|
* Initial checkin.Aldo Cortesi2010-02-161-0/+220