Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove context from all scripts | Maximilian Hils | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | add MultiDict | Maximilian Hils | 2016-05-18 | 1 | -4/+1 |
| | | | | | | | | This commit introduces MultiDict, a multi-dictionary similar to ODict, but with improved semantics (as in the Headers class). MultiDict fixes a few issues that were present in the Request/Response API. In particular, `request.cookies["foo"] = "bar"` has previously been a no-op, as the cookies property returned a mutable _copy_ of the cookies. | ||||
* | Update modify_querystring example & add test for it | Shadab Zafar | 2016-03-11 | 1 | -3/+2 |
| | |||||
* | Docs and examples to top level | Aldo Cortesi | 2016-02-18 | 1 | -0/+6 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -6/+0 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -1/+1 |
| | |||||
* | update examples, fix #353 | Maximilian Hils | 2014-09-08 | 1 | -1/+1 |
| | |||||
* | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 1 | -4/+3 |
| | |||||
* | improve HTTPRequest syntax | Maximilian Hils | 2014-09-03 | 1 | -2/+2 |
| | |||||
* | Add two more examples: dup_and_replay.py and modify_querystring.py | Aldo Cortesi | 2012-02-23 | 1 | -0/+7 |