aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/net/http/message.py
Commit message (Collapse)AuthorAgeFilesLines
* update mypyMaximilian Hils2019-11-121-4/+3
|
* add http message type hintsMaximilian Hils2019-10-161-10/+14
|
* encoding: add support for zstd (zstandard)Tero Saaristo2019-09-051-1/+1
| | | | Handles zstandard-compressed bodies labeled as zstd.
* charset in meta tags (#3411)Rajat Gupta2018-12-131-16/+20
| | | original contribution from @0xHJK in https://github.com/mitmproxy/mitmproxy/pull/3150
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-2/+2
|
* mitmproxy.types -> mitmproxy.coretypesAldo Cortesi2017-12-171-1/+1
| | | | | | | | | | The types name is valuable, and we have a better use for it in collecting and exposing types for options and commands. The coretypes module should probably be split up anyway - it contains a threading base class, a few container objects, and the defintion of our serialization protocol. I was tempted to rename it to "uncagegorized" for the sake of honesty.
* fix #2310Maximilian Hils2017-05-031-1/+2
|
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-171-1/+6
| | | | | | | | | | | | | | | | | | We get little benefit from our mypy QA checks at the moment, because we skip imports. This patch is what's needed to make mypy succeed with imports on a single file: master.py It also updates mypy to the current version, and enables a QA check. Mypy bugs I encountered: dict.update with kwargs not supported: https://github.com/python/mypy/issues/1031 property setters and getters must be adjacent: https://github.com/python/mypy/issues/1465
* py3: __ne__ delegates to __eq__ by defaultMaximilian Hils2017-03-141-6/+0
|
* minor encoding fixesMaximilian Hils2017-01-071-11/+2
| | | | | | - native() -> always_str() The old function name does not make sense on Python 3 only. - Inline utility functions in message.py.
* fix #1877Maximilian Hils2016-12-191-1/+5
|
* minor fixesMaximilian Hils2016-12-101-1/+2
|
* Remove deprecated interfacesAldo Cortesi2016-11-041-30/+0
|
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-0/+300