Search results for "module:LWP::Protocol::cpan"
LWP - The World-Wide Web library for Perl
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.72 - 17 Jul 2023 22:02:15 UTC
LWP::Protocol::GHTTP - (DEPRECATED) Provide GHTTP support for LWP::UserAgent via HTTP::GHTTP.
This module depends on the GNOME libghttp <http://ftp.gnome.org/pub/gnome/sources/libghttp> project. That project is no longer in development. If you are trying to use this module, you'd likely do better to just use LWP::Protocol::http or LWP::Protoc...
OALDERS/LWP-Protocol-GHTTP-6.17 - 04 Jan 2017 15:51:56 UTC
LWP::Protocol::socks - adds support for the socks protocol and proxy facility
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
LWP::Protocol::PSGI - Override LWP's HTTP/HTTPS backend with your own PSGI application
LWP::Protocol::PSGI is a module to hijack any code that uses LWP::UserAgent underneath such that any HTTP or HTTPS requests can be routed to your own PSGI application. Because it works with any code that uses LWP, you can override various WWW::*, Net...
MIYAGAWA/LWP-Protocol-PSGI-0.11 - 25 Oct 2019 00:56:57 UTC
LWP::Protocol::virtual - Protocol to locate resources on groups of sites
RPAUL/LWP-Protocol-virtual-0.02
-
02 Jun 2005 13:47:53 UTC
LWP::Protocol::https - Provide https support for LWP::UserAgent
The LWP::Protocol::https module provides support for using https schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/...
OALDERS/LWP-Protocol-https-6.11 - 09 Jul 2023 15:11:15 UTC
Test::LWP::UserAgent - A LWP::UserAgent suitable for simulating and testing network calls
This module is a subclass of LWP::UserAgent which overrides a few key low-level methods that are concerned with actually sending your request over the network, allowing an interception of that request and simulating a particular response. This greatl...
ETHER/Test-LWP-UserAgent-0.036 - 16 Jan 2022 04:13:25 UTC
LWP::Protocol::Coro::http - Coro-friendly HTTP/HTTPS/SOCKS backend for LWP
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
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