Search results for "module:LWP::ConnCache"
LWP::ConnCache - Connection cache manager
The "LWP::ConnCache" class is the standard connection cache manager for LWP::UserAgent....
OALDERS/libwww-perl-6.72 - 17 Jul 2023 22:02:15 UTC
LWP::ConnCache::Resolving - resolving connection cache.
"LWP::ConnCache::Resolving" can be used to add resolution to "LWP::ConnCache". It might be useful if you have multiple hostnames that result in the same logical connection which can be interchangably used for all of them (either have the same IP addr...
SERGEYCHE/LWP-ConnCache-Resolving-0.02 - 15 May 2007 16:35:15 UTC
LWP::ConnCache::MaxKeepAliveRequests - A connection cache that enforces a max keep alive limit
LWP::UserAgent is the default module for issuing HTTP requests from Perl. It has a keep_alive setting which by default allows unlimited requests to the same server. Some servers will disconnect you after a limited number of requests (in Apache 2 this...
LBROCARD/LWP-ConnCache-MaxKeepAliveRequests-0.33 - 23 Jul 2011 14:33:26 UTC
LWP::UserAgent - Web user agent class
The LWP::UserAgent is a class implementing a web user agent. LWP::UserAgent objects can be used to dispatch web requests. In normal use the application creates an LWP::UserAgent object, and then configures it with values for timeouts, proxies, name, ...
OALDERS/libwww-perl-6.72 - 17 Jul 2023 22:02:15 UTC
LWP::Protocol::Net::Curl - the power of libcurl in the palm of your hands!
Drop-in replacement for LWP, WWW::Mechanize and their derivatives to use Net::Curl as a backend. Advantages: * support ftp/ftps/http/https/sftp/scp protocols out-of-box (secure layer require libcurl <http://curl.haxx.se/> to be compiled with TLS/SSL/...
SYP/LWP-Protocol-Net-Curl-0.026 - 08 Oct 2019 12:01:54 UTC
Test::LWP::MockSocket::http - Inject arbitrary data as socket data for LWP::UserAgent
This module, when loaded, mangles some functions in LWP::Protocol::http which will emulate a real socket. LWP is used as normally as much as possible. Effort has been made to maintain the exact behavior of Net::HTTP and LWP::Protocol::http. Two varia...
MNUNBERG/Test-LWP-MockSocket-http-0.05 - 19 Dec 2011 22:58:36 UTC
AnyEvent::HTTP::LWP::UserAgent - LWP::UserAgent interface but works using AnyEvent::HTTP
When you use Coro you have a choice: you can use Coro::LWP or AnyEvent::HTTP (if you want to make asynchronous HTTP requests). If you use Coro::LWP, some modules may work incorrectly (for example Cache::Memcached) because of global change of IO::Sock...
YAKEX/AnyEvent-HTTP-LWP-UserAgent-0.10 - 10 Dec 2012 03:12:40 UTC