aboutsummaryrefslogtreecommitdiffstats
path: root/examples/modify_form.py
Commit message (Collapse)AuthorAgeFilesLines
* organize examplesMaximilian Hils2016-11-211-8/+0
| | | | | | | This commit is largely based on work by Thiago Arrais (@thiagoarrais) and Shane Bradfield (@l33tLumberjack). I wasn't really able to get their PR reasonably merged onto the latest master, so I reapplied their changes manually here and did some further improvements on that.
* remove context from all scriptsMaximilian Hils2016-07-071-1/+1
|
* improve MultiDict, add ImmutableMultiDict, adjust response.cookiesMaximilian Hils2016-05-181-1/+1
|
* add MultiDictMaximilian Hils2016-05-181-4/+7
| | | | | | | | 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_form example to not use deprecated functionsShadab Zafar2016-03-111-3/+3
|
* Docs and examples to top levelAldo Cortesi2016-02-181-0/+5
|
* move mitmproxyMaximilian Hils2016-02-151-5/+0
|
* adjust to new netlib Headers classMaximilian Hils2015-09-051-1/+1
|
* update example inline scriptsMaximilian Hils2015-09-041-3/+1
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-2/+3
|
* update examples, fix #353Maximilian Hils2014-09-081-1/+1
|
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-6/+4
|
* improve HTTPRequest syntaxMaximilian Hils2014-09-031-2/+2
|
* Add an example showing the new form API.Aldo Cortesi2012-02-231-0/+8