Help for this page

Select Code to Download


  1. or download this
    use LWP::Protocol::http ;
    push(@LWP::Protocol::http::EXTRA_SOCK_OPTS, PeerHTTPVersion => 1.1) ;
    
  2. or download this
    my @ns_headers = (
    'Connection' => 'Keep-Alive',
    ...
    }