aboutsummaryrefslogtreecommitdiffstats
path: root/examples/modify_querystring.py
Commit message (Collapse)AuthorAgeFilesLines
* add MultiDictMaximilian Hils2016-05-181-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 itShadab Zafar2016-03-111-3/+2
|
* Docs and examples to top levelAldo Cortesi2016-02-181-0/+6
|
* move mitmproxyMaximilian Hils2016-02-151-6/+0
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-1/+1
|
* update examples, fix #353Maximilian Hils2014-09-081-1/+1
|
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-4/+3
|
* improve HTTPRequest syntaxMaximilian Hils2014-09-031-2/+2
|
* Add two more examples: dup_and_replay.py and modify_querystring.pyAldo Cortesi2012-02-231-0/+7