I'm using awesome HTTP::Proxy together with HTTP::Proxy::BodyFilter and HTTP::Proxy::HeaderFilter. BodyFilter and HeaderFilter are working great, but I need header and body together. The problem is I don't know how to match corresponding Body with Header. I have to log whole HTTP request (header and body), but in reality I don't have to change request itself. Is HTTP::Proxy right path? How I can match header and body of same request?