Help for this page

Select Code to Download


  1. or download this
    $request->header( 'Cache-Control' => 'no-store' );
    $request->header( Pragma => 'no-cache' );
    
  2. or download this
    my $response = $browser->request #...