in reply to Copy contents passed in Firefox live http header

The closest thing to that I know is HTTP::Request::FromTemplate, which allows you to use the plaintext of an HTTP request dump.

In the long run I never found much use for the module, as it does not integrate well with other tools like WWW::Mechanize, at least not for my use cases. It is very useful for determining the exact criteria needed to replay and parametrize a request, but never found its way into permanent scripts.

  • Comment on Re: Copy contents passed in Firefox live http header