The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:LWP::Protocol::http"

LWP::Protocol::Coro::http - Coro-friendly HTTP/HTTPS/SOCKS backend for LWP River stage zero No dependents

Coro is a cooperating multitasking system. This means it requires some amount of cooperation on the part of user code in order to provide parallelism. This module makes LWP more cooperative by plugging in an HTTP, HTTPS and SOCKS protocol implementor...

IKEGAMI/LWP-Protocol-Coro-http-v1.14.0 - 13 May 2018 07:50:15 UTC

LWP::Protocol::AnyEvent::http - Event loop friendly HTTP/HTTPS/SOCKS backend for LWP River stage zero No dependents

LWP performs a number of blocking calls when trying to process requests. This makes it unfriendly to event-driven systems and cooperative multitasking system such as Coro. This module makes LWP more friendly to these systems by plugging in an HTTP, H...

IKEGAMI/LWP-Protocol-AnyEvent-http-v1.14.0 - 13 May 2018 07:50:04 UTC

LWP::Protocol::http::SocksChain10 - Speak HTTP through Net::SC River stage zero No dependents

LWP::Protocol::http::SocksChain10 enables you to speak HTTP through SocksChain ( Net::SC ). To use it you need to overwrite the implementor class of the LWP 'http' scheme. The interface of LWP::Protocol::http::SocksChain10 is similar to LWP::Protocol...

GOSHA/LWP-Protocol-http-SocksChain10-1.7 - 28 Dec 2009 15:16:58 UTC

LWP::Protocol::http::SocksChain - Speak HTTP through Net::SC River stage zero No dependents

LWP::Protocol::http::SocksChain enables you to speak HTTP through SocksChain ( Net::SC ). To use it you need to overwrite the implementor class of the LWP 'http' scheme. The interface of LWP::Protocol::http::SocksChain is similar to LWP::Protocol::ht...

GOSHA/LWP-Protocol-http-SocksChain-1.7 - 28 Dec 2009 15:16:43 UTC

LWP::Protocol::http::SocketUnix - Speak HTTP through UNIX sockets River stage zero No dependents

LWP::Protocol::http::UnixSocket enables you to speak HTTP through UNIX sockets. To use it you need to overwrite the implementor class of the LWP 'http' scheme. All 'http' URIs will now be interpreted as local sockets by LWP. The interface of LWP::Pro...

FLORA/LWP-Protocol-http-SocketUnix-0.02 - 15 Jul 2004 07:48:04 UTC

LWP::Protocol::http::SocketUnixAlt - Speak HTTP through Unix sockets River stage three • 5 direct dependents • 495 total dependents

LWP::Protocol::http::UnixSocketAlt is a fork of Florian Ragwitz's LWP::Protocol::http::SocketUnix 0.02. It fixes a few issues including: * remedy 'No Host options provided' error As suggested in https://rt.cpan.org/Public/Bug/Display.html?id=65670 * ...

SHARYANTO/LWP-Protocol-http-SocketUnixAlt-0.0204 - 21 Mar 2014 11:23:53 UTC

lib/LWP/Protocol/http.pm River stage four • 2163 direct dependents • 6200 total dependents

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC

lib/LWP/Protocol/http/connect.pm River stage one • 1 direct dependent • 4 total dependents

BENNING/LWP-Protocol-connect-6.09 - 07 Jan 2014 12:28:51 UTC

lib/LWP/Protocol/http/hosts.pm River stage zero No dependents

MASAKI/LWP-UserAgent-DNS-Hosts-0.14 - 16 Aug 2020 04:58:21 UTC

LWP::Protocol::http10 - Legacy HTTP/1.0 support for LWP River stage zero No dependents

The LWP::Protocol::http10 module provide support for using HTTP/1.0 protocol with LWP. To use it you need to call LWP::Protocol::implementor() to override the standard handler for http URLs. This module used to be bundled with the libwww-perl, but it...

GAAS/LWP-Protocol-http10-6.03 - 18 Feb 2012 12:42:28 UTC

LWP::Protocol::socks - adds support for the socks protocol and proxy facility River stage one • 5 direct dependents • 9 total dependents

Use this package when you wish to use a socks proxy for your connections. It provides some essential hooks into the LWP system to implement a socks "scheme" similar to http for describing your socks connection, and can be used to proxy either http or...

SCR/LWP-Protocol-socks-1.7 - 30 Jul 2014 22:42:01 UTC

lib/LWP/Protocol/http/connect/Socket.pm River stage one • 1 direct dependent • 4 total dependents

BENNING/LWP-Protocol-connect-6.09 - 07 Jan 2014 12:28:51 UTC

lib/LWP/Parallel/Protocol/http.pm River stage one • 2 direct dependents • 3 total dependents

MSOUTH/ParallelUserAgent-2.62 - 29 May 2016 18:55:38 UTC

LWP - The World-Wide Web library for Perl River stage four • 2163 direct dependents • 6200 total dependents

The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW cl...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC

LWP::Parallel - Extension for LWP to allow parallel HTTP and FTP access River stage one • 2 direct dependents • 3 total dependents

Introduction ParallelUserAgent is an extension to the existing libwww module. It allows you to take a list of URLs (it currently supports HTTP, FTP, and FILE URLs. HTTPS might work, too) and connect to all of them _in parallel_, then wait for the res...

MSOUTH/ParallelUserAgent-2.62 - 29 May 2016 18:55:38 UTC

Coro::LWP - make LWP non-blocking - as much as possible River stage two • 53 direct dependents • 69 total dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module tries to make LWP non-blocking with respect to other coroutines as much as possible, and with whatever means it takes. LWP really tries ve...

MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC

LWP::Protocol - Base class for LWP protocols River stage four • 2163 direct dependents • 6200 total dependents

This class is used as the base class for all protocol implementations supported by the LWP library. When creating an instance of this class using "LWP::Protocol::create($url)", and you get an initialized subclass appropriate for that access method. I...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC

LWP::Auth_UA - a user agent which knows some authorisation tokens River stage zero No dependents

This is a LWP user agent which is almost identical to the normal user agent (LWP::UserAgent) except that if it reaches a situation where it needs an authentication token then it will send a token which it has stored. Storing authentication tokens in ...

MIKEDLR/Link_Controller-0.037 - 09 Feb 2002 18:12:34 UTC

LWP::UserAgent - Web user agent class River stage four • 2163 direct dependents • 6200 total dependents

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.77 - 11 Mar 2024 00:58:25 UTC

LWP::ConnCache - Connection cache manager River stage four • 2163 direct dependents • 6200 total dependents

The "LWP::ConnCache" class is the standard connection cache manager for LWP::UserAgent....

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC
50 results (0.075 seconds)