in reply to Match header and body in HTTP proxy request

See HTTP::Proxy::BodyFilter::complete maybe?

  • Comment on Re: Match header and body in HTTP proxy request

Replies are listed 'Best First'.
Re^2: Match header and body in HTTP proxy request
by b0ne (Initiate) on Apr 05, 2015 at 10:53 UTC
    Thanks on your answer. HTTP::Proxy::BodyFilter::complete AFAIK handles complete Body (does not include headers). I need Body and Headers (complete request). Body is not enough...