# Functions
NewFlowAdapter creates a new flow adapter object.
NewProxyConnectionStatsAdapter creates a new connection stats adapter object.
NewProxyRequestAdapter creates a new request adapter object.
NewProxyResponseAdapter creates a new response adapter object.
ToProxyResponse converts a ProxyResponse into a MITM proxy response object with body encoding matching the new request's acceptEncodingHeader.
# Structs
ConnectionStatsAdapter is an adapter for the connection stats object.
FlowAdapter implements the proxyAdapters.ProxyFlowReaderAdapter interface.
ProxyRequestAdapter is a RequestAdapter implementation for mitmproxy requests.
ProxyResponseAdapter implements the proxyAdapters.ResponseReaderAdapter interface.