in reply to Re^2: HTTP::Message vs Content-Type: application/force-download
in thread HTTP::Message vs Content-Type: application/force-download
$ua->add_handler("request_send", sub { shift->dump; return }); $ua->add_handler("response_done", sub { shift->dump; return });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: HTTP::Message vs Content-Type: application/force-download
by firehat (Initiate) on Aug 10, 2009 at 14:19 UTC | |
by firehat (Initiate) on Aug 10, 2009 at 19:50 UTC |