mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 10:18:26 +00:00
migrate to new contentview API, make DNS interactive (#7670)
* migrate all views to new contentview API * make DNS view interactive * rename dns.Message to DNSMessage
This commit is contained in:
parent
75cbbcb9b0
commit
4e8eef805b
79 changed files with 1317 additions and 853 deletions
|
|
@ -15,6 +15,8 @@ The Contentviews API has drastically simplified, see the new [contentview docume
|
|||
|
||||
[contentview documentation]: {{< relref "/addons/contentviews" >}}
|
||||
|
||||
`mitmproxy.dns.Message` has been renamed to `mitmproxy.dns.DNSMessage`.
|
||||
|
||||
## mitmproxy 9.1
|
||||
|
||||
`mitmproxy.connection.Client` and `mitmproxy.connection.Server` now accept keyword arguments only.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue