Help for this page

Select Code to Download


  1. or download this
    @LWP::Protocol::http::EXTRA_SOCK_OPTS = (
       SendTE => 0,
    );
    
  2. or download this
    {
       local @LWP::Protocol::http::EXTRA_SOCK_OPTS = (
    ...
    
       ...do the request...
    }