aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addons/export.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3693 from typoon/fix-command-bar-issue-3259Maximilian Hils2019-11-211-10/+10
|\
| * make command parameter names more descriptiveMaximilian Hils2019-11-181-10/+10
* | make mypy happyMaximilian Hils2019-11-161-2/+2
* | fix lintMaximilian Hils2019-11-161-1/+1
* | minor type fixesMaximilian Hils2019-11-161-4/+6
* | Merge branch 'master' into masterMaximilian Hils2019-11-161-33/+49
|\ \
| * | test coverage++Maximilian Hils2019-11-151-0/+1
| * | improve curl/httpie exportMaximilian Hils2019-11-151-33/+40
| * | Merge remote-tracking branch 'origin/master' into pr-3448Maximilian Hils2019-11-151-9/+13
| |\|
| * | Fix flake8 warning in curl_commandMatías Lang2019-01-141-4/+1
| * | Refactor curl_command and httpie_commandMatías Lang2019-01-131-11/+10
| * | Fix command injection when exporting to httpieMatías Lang2019-01-131-8/+12
| * | Fix command injection when exporting to curlMatías Lang2019-01-131-9/+16
* | | Adding raw_request and raw_response to exportMichael McKeirnan2019-11-161-4/+22
* | | Adding export raw http responseMichael McKeirnan2019-11-151-2/+14
| |/ |/|
* | simplify conditionMaximilian Hils2019-10-291-3/+1
* | missed a type ignore, for mypy complianceYoann L2019-10-291-1/+1
* | several fixes on command exports has several problems: #3676Yoann L2019-10-291-22/+11
* | several fixes on command exports has several problems: #3676Yoann L2019-10-281-0/+15
|/
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-2/+2
* added option to export request as httpie commanditzikBraun2018-04-021-3/+23
* don't raise when pyperclip doesn't find a clipboard, fix #2816Samoilenko Roman2018-02-031-1/+4
* Fix for #2750 and #2783 (#2809)Samoilenko Roman2018-01-251-5/+9
* commands: refactor typesAldo Cortesi2017-12-181-1/+2
* commands: add a Path argument typeAldo Cortesi2017-12-131-1/+1
* Move export to addon, kill Python and Locust exportAldo Cortesi2017-04-301-0/+75