cleanup mitmproxy.connection, introduce dataclass-based serialization

This commit is contained in:
Maximilian Hils 2022-11-21 01:27:31 +01:00
parent d5f1d1c623
commit 6b71066141
33 changed files with 381 additions and 313 deletions

View file

@ -10,6 +10,10 @@ menu:
We try to avoid them, but this page lists breaking changes in the mitmproxy addon API.
## mitmproxy >= 9.1
`mitmproxy.connection.Client` and `mitmproxy.connection.Server` now accept keyword arguments only.
## mitmproxy 9.0
#### Logging