Help for this page

Select Code to Download


  1. or download this
    for my $header ($response->headers->header_field_names) {
            print $header, ": ", $response->header($header), "\n";
    }
    
  2. or download this
    [...]
    
    Set-Cookie: cookiea; expires=[time]; path=/; domain=.example.comcookie
    +b expires=[time]; path=/; domain=.example.comcookiec expires=[time]; 
    +path=/; domain=.example.com; HttpOnly
    
    [...]