The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::IMP::HTTP::SaveResponse - save response data to file system

SYNOPSIS

  # use App::HTTP_Proxy_IMP to listen on 127.0.0.1:8000 and save all data 
  # in myroot/
  $ perl bin/imp_http_proxy --filter SaveResponse=root=myroot 127.0.0.1:8000

DESCRIPTION

This module is used to save response data into the file system. The format is the same used by App::HTTP_Proxy_IMP::FakeResponse.

The module has a single argument root for new_analyzer. root specifies the base directory, where the data get saved. Filenames are root/host:port/path, the query string is excluded from the name. It will not croak if it cannot save a file. This can be used to make only selected directories writable and this save only selected hosts.

AUTHOR

Steffen Ullrich <sullr@cpan.org>