Help for this page

Select Code to Download


  1. or download this
    my $text = $res->content();
    
  2. or download this
    # Use decoded_content to handle HTTP Content-Encoding
    my $text = $res->decoded_content( charset => 'none' );