Agent-TCLI-Package-Net
view release on metacpan or search on metacpan
lib/Agent/TCLI/Package/Net/HTTP.pm view on Meta::CPAN
319320321322323324325326327328329330331332333334335336337338339
max_open
=> 128,
# defaults to 128
keep_alive
=> 15,
# defaults to 15
timeout
=> 120,
# defaults to 120
));
$self
->set(\
@poco_http
, POE::Component::Client::HTTP->spawn(
Agent
=>
$self
->user_agents,
Alias
=>
'http-client'
,
# defaults to 'weeble'
ConnectionManager
=>
$poco_cm
[
$$self
],
# From => 'spiffster@perl.org', # defaults to undef (no header)
# CookieJar => $cookie_jar,
# Protocol => 'HTTP/1.1', # defaults to 'HTTP/1.1'
# Timeout => 180, # defaults to 180 seconds
# MaxSize => 16384, # defaults to entire response
# Streaming => 4096, # defaults to 0 (off)
# FollowRedirects => 2 # defaults to 0 (off)
# Proxy => "http://localhost:80", # defaults to HTTP_PROXY env. variable
# NoProxy => [ "localhost", "127.0.0.1" ], # defs to NO_PROXY env. variable
));
$self
->Verbose(
" Dump "
.
$self
->
dump
(1),3 );
( run in 0.311 second using v1.01-cache-2.11-cpan-00829025b61 )