Overview of mitmproxy components
mainmitmproxy is a suite of tools for intercepting and inspecting HTTP/1, HTTP/2, and WebSockets traffic. It is SSL/TLS-capable and provides three different interfaces depending on your needs:
mitmproxy: An interactive proxy with a console-based interface.mitmdump: A command-line version designed for headless use (similar totcpdumpbut for HTTP).mitmweb: A web-based user interface for inspecting traffic.