aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* remove default_caMaximilian Hils2014-10-182-5/+2
|
* fix support for chained certificatesMaximilian Hils2014-10-082-2/+2
|
* Clean up and clarify StateObjectAldo Cortesi2014-09-171-2/+2
| | | | | | | | | - Flatten the class hierarchy - get_state, load_state, from_state are public - Simplify code - Remove __eq__ and __neq__. This fundamentally changes the semantics of inherited objects in a way that's not part of the core function of the class
* update iframe injector example to use BeautifulSoupMaximilian Hils2014-09-121-6/+10
|
* mitmproxy -> libmproxy.main. do some leanup on the wayMaximilian Hils2014-09-082-3/+5
|
* update examples, fix #353Maximilian Hils2014-09-0818-132/+135
|
* add note that request.host should be used in the majority of casesMaximilian Hils2014-09-071-0/+3
|
* improve change_server api, add example how to change the upstream serverMaximilian Hils2014-09-071-0/+17
|
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-0510-27/+32
|
* iframe injector example: use inline scriptMaximilian Hils2014-09-052-50/+18
|
* Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-041-1/+1
|\ | | | | | | | | | | Conflicts: examples/redirect_requests.py libmproxy/console/common.py
| * fix some leftoversMaximilian Hils2014-09-041-1/+1
| |
* | improve HTTPRequest syntaxMaximilian Hils2014-09-033-7/+7
|/
* fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-032-12/+12
|
* fix #274Maximilian Hils2014-08-091-2/+2
|
* docs: add docs for script args, fix #293Maximilian Hils2014-08-071-4/+3
|
* improve example scriptsMaximilian Hils2014-08-031-3/+2
|
* Merge branch 'stream'Maximilian Hils2014-07-312-0/+14
|\ | | | | | | | | Conflicts: libmproxy/protocol/http.py
| * add --stream options, various fixesMaximilian Hils2014-07-212-0/+14
| |
* | fix testsMaximilian Hils2014-07-261-2/+1
| |
* | add example how to replace response body contentsMaximilian Hils2014-07-261-0/+18
|/
* fix #253Maximilian Hils2014-05-152-7/+6
|
* Fixed palette forced to light in mitmproxywrapper.pyJean Regisser2014-03-261-1/+0
|
* add example to show how to read mitmproxy dump files, refs #207Maximilian Hils2014-02-041-0/+17
|
* Start refactoring scriptsAldo Cortesi2014-01-121-1/+1
| | | | | - Move ScriptContext into script module - Use mock module instead of hand-rolled mock objects in tests
* Update another reference to PIL.Tomaz Muraus2014-01-041-1/+3
|
* merge smurfix/fix2, add serverconnect hook docs, adjust testsMaximilian Hils2013-12-161-0/+7
|\
* | add @concurrent decorator for inline scripts, fixes #176Maximilian Hils2013-12-151-0/+8
|/
* Merge branch 'master' into 0.10Maximilian Hils2013-08-171-16/+70
|\
| * Pass extra command line arguments to mitmproxyMarc Liyanage2013-07-081-5/+13
| |
| * Re-run mitmproxywrapper.py with sudo if necessary.Marc Liyanage2013-06-021-0/+9
| |
| * Change the proxy settings for all connected interfaces, not just the primary ↵Marc Liyanage2013-05-151-12/+49
| | | | | | | | one.
* | add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-131-2/+1
|/
* Add mitmproxywrapper.pyMarc Liyanage2013-05-152-0/+90
|
* Fix crash in client playback.Aldo Cortesi2013-05-052-7/+7
|
* Add redirect exampleMaximilian Hils2013-04-071-0/+19
|
* Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-144-10/+10
| | | | Fixes #104
* Docs, examples.Aldo Cortesi2013-03-111-0/+1
|
* New example - standalone proxy injecting iframes into responsesJakub Nawalaniec2013-01-131-0/+50
|
* remove trailing whitespaceBryan Bishop2012-12-092-3/+3
|
* Docs and comments for WSGI app example.Aldo Cortesi2012-04-241-1/+7
|
* Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy.Aldo Cortesi2012-04-241-0/+41
| | | | | | | | This commit adds: - A WSGI App adapter for mitmproxy - An app registry in the proxy instance that lets us link WSGI apps with (hostname, port) combinations. - Fixes for a number of bugs discovered while creating this feature.
* Add two more examples: dup_and_replay.py and modify_querystring.pyAldo Cortesi2012-02-233-0/+13
|
* Add an example showing the new form API.Aldo Cortesi2012-02-232-1/+9
|
* Minor docs and example script fixes.Aldo Cortesi2012-02-212-4/+4
|
* README and minor felicities for script examples.Aldo Cortesi2011-08-272-6/+6
|
* Add an example script that turns all PNGs upside down.Aldo Cortesi2011-08-261-0/+9
|
* Add a basic Flow processor example.Aldo Cortesi2011-08-132-2/+48
|
* API docs.Aldo Cortesi2011-08-061-0/+5
|
* Add a "done" event for scripts.Aldo Cortesi2011-08-051-7/+8
| | | | Called exactly once after all other events.