mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-05-07 00:41:49 +08:00
We use a loose hash to match incoming requests with recorded flows. At the moment, this hash is over the host, port, scheme, method, path and content of the request. Note that headers are not included here - if we do want to include headers, we would have to do some work to normalize them to remove variations between user agents, header order, etc. etc.