Help for this page

Select Code to Download


  1. or download this
    print $req->as_string;
    
  2. or download this
      $ua->add_handler("request_send",  sub { shift->dump; return });
      $ua->add_handler("response_done", sub { shift->dump; return });