in reply to Re: LWP is there any way to get "real" outgoing headers?
in thread LWP is there any way to get "real" outgoing headers?

Net::HTTP::Methods::format_request -> How do you send a custom request with LWP::UserAgent? 2005

perlmonks Net::HTTP::Methods::format_request:) -> http://blogs.perl.org/users/steven_haryanto/2012/07/logging-lwp-http-requests-with-logany.html -> Log::Any::For::LWP 2012

perlmonks "format_request" -> Re: Re:* Mechanize and "Not implemented" 2003

  • Comment on Re^2: LWP is there any way to get "real" outgoing headers?

Replies are listed 'Best First'.
Re^3: LWP is there any way to get "real" outgoing headers?
by Anonymous Monk on May 24, 2014 at 21:43 UTC

    Thank you very much for your huge help! :)

    That's _exactly_ what I was looking to get and achieve.
    Thank you for both great code example and for very useful links.

    I really appreciate that. :)
    P.S. Very beautiful and elegant hack IMHO.