Help for this page

Select Code to Download


  1. or download this
    sub _generic_http_get {
    ...
    return ($return_s, $return_h, $body_s, $ti);
    }
    
  2. or download this
    foreach(@threads) {
         my($status, $header, $body, $time) = $_->join();
         ...
    }