Help for this page

Select Code to Download


  1. or download this
       locate Protocol/http.pm
    
  2. or download this
       use Time::HiRes qw(time);
       my @times;
    
  3. or download this
       if ($has_content) { block, 
       ...
       $response = $self->collect($arg, $response, sub {
       ...
       unless ($drop_connection) {
    
  4. or download this
       warn "wrote-request    read-headers     read-content\n@times\n";