The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "http::proxy"

HTTP::Proxy - A pure Perl HTTP proxy River stage one • 8 direct dependents • 8 total dependents

This module implements an HTTP proxy, using an HTTP::Daemon to accept client connections, and an LWP::UserAgent to ask for the requested pages. The most interesting feature of this proxy object is its ability to filter the HTTP requests and responses...

BOOK/HTTP-Proxy-0.304 - 16 Jun 2015 00:49:14 UTC - Search in distribution

HTTP::Proxy::Builder - Assemble several proxies into a single one. River stage zero No dependents

Until now, HTTP::Proxy programs started as a simple one-purpose program, and quickly grew out of that when one started to "enhance" more and more web sites. Sometimes not all the features are needed, and commenting out large sections of a big proxy s...

BOOK/HTTP-Proxy-Builder-0.01 - 24 Sep 2008 08:03:08 UTC - Search in distribution
  • build_proxy - Combine several HTTP::Proxy based programs into one

Metabrik::Proxy::Http - proxy::http Brik River stage zero No dependents

GOMOR/Metabrik-Repository-1.44 - 11 Aug 2023 15:22:31 UTC - Search in distribution

Connector::Proxy::HTTP River stage zero No dependents

Send or retrieve data from a defined URI using HTTP....

MRSCOTTY/Connector-1.54 - 08 Jan 2024 15:18:31 UTC - Search in distribution

HTTP::Proxy::Selective - Simple HTTP Proxy which serves some paths from locations on local disk. River stage zero No dependents

HTTP::Proxy::Selective acts as a filter for HTTP::Proxy. You pass it a filter data structure when you create it (as per the example above), and any URLs requested through the proxy which match the filter are served from the path on local disk specifi...

BOBTFISH/HTTP-Proxy-Selective-0.004 - 24 Nov 2009 14:53:53 UTC - Search in distribution
  • selective_proxy - Simple HTTP Proxy which can be configured to serve some paths from locations on local disk.

Pcore::API::Proxy::http River stage one • 1 direct dependent • 1 total dependent

ZDM/Pcore-v0.139.0 - 14 Jul 2020 14:12:56 UTC - Search in distribution

Any::Daemon::HTTP::Proxy - proxy request to a remote server River stage zero No dependents

[Available since v0.24] Warning: new code, not intensively tested. There are two kinds of proxies: 1. Each Any::Daemon::HTTP::VirtualHost may define as many proxies as it needs: selected by location inside a virtual host namespace, just like other di...

MARKOV/Any-Daemon-HTTP-0.30 - 06 Apr 2020 10:49:24 UTC - Search in distribution

HTTP::Proxy::GreaseMonkey - Run GreaseMonkey scripts in any browser River stage zero No dependents

GreaseMonkey allows arbitrary user defined Javascript to be run against specific pages. Unfortunately GreaseMonkey only works with FireFox. "HTTP::Proxy::GreaseMonkey" creates a local HTTP proxy that allows GreaseMonkey user scripts to be used with a...

ANDYA/HTTP-Proxy-GreaseMonkey-0.05 - 21 Dec 2007 00:54:22 UTC - Search in distribution

HTTP::Proxy::BodyFilter::Adnix - Automatically block advertising images with custom regexes River stage zero No dependents

"HTTP::Proxy::BodyFilter::Adnix" filter module is based on "HTTP::Proxy::BodyFilter" class that is part of "HTTP::Proxy" distribution. This filter tries to detect advertising images into your HTTP requests, and it replaces them with an image of your ...

COSIMO/HTTP-Proxy-BodyFilter-Adnix-0.01 - 19 Jun 2004 09:51:25 UTC - Search in distribution

AnyEvent::Connector::Proxy::http - http Proxy connector River stage two • 1 direct dependent • 16 total dependents

This module is internal. End-users should not use it directly....

TOSHIOITO/AnyEvent-Connector-0.04 - 07 Nov 2023 08:40:52 UTC - Search in distribution

HTTP::ProxyPAC - use a PAC (Proxy Auto Config) file to get proxy info River stage zero No dependents

*HTTP::ProxyPAC* allows use of a Proxy Auto Configuration file to determine whether a URL needs to be accessed via a proxy server, and if so the URL of the proxy server. You can use a *.pac* file from a web browser, or a *wpad.dat* file obtained via ...

MACKENNA/HTTP-ProxyPAC-0.31 - 27 Mar 2010 04:35:43 UTC - Search in distribution

HTTP::ProxyTest - Reject an HTTP request if passed via an open proxy River stage zero No dependents

Robots that send comment spam are often hidden behind anonymous open proxy servers. You can use "HTTP::ProxyTest" to look for open proxies on-the-fly and prevent such spam robots from submitting their crap. The module is particularly useful if you do...

GUNNAR/HTTP-ProxyTest-0.11 - 01 Aug 2011 21:48:57 UTC - Search in distribution

HTTP::CheckProxy - Perl module for testing for open proxies River stage zero No dependents

This module uses LWP to test the supplied IP address to see if it will promiscuosly proxy on port 80. Caution: this can have false alarms if you are on a network where you are supposed to go through a proxy, such as AOL -- but are you supposed to be ...

DHUDES/HTTP-CheckProxy-0.4 - 03 Mar 2004 14:43:36 UTC - Search in distribution

HTTP::ProxyCheck - a class to check the functionality of HTTP proxy servers. River stage zero No dependents

HTTP::ProxyCheck is a class to check HTTP proxy servers. It connects to given HTTP proxy servers and tries to retrieve a provided URL through them....

THOM/HTTP-ProxyCheck-1.4 - 25 May 2006 08:53:06 UTC - Search in distribution

SOAP::Transport::ActiveWorks::HTTP::Proxy - Forward SOAP requests from an HTTP server to an ActiveWorks broker River stage zero No dependents

SOAP::Transport::ActiveWorks::HTTP::Proxy provides a handler for use by SOAP::Transport::ActiveWorks::HTTP::Apache for forwarding requests to an ActiveWorks broker received via Apache or other HTTP server. The relationship between packages is identic...

DYACOB/SOAP-ActiveWorks-0.12 - 27 Oct 2000 19:24:25 UTC - Search in distribution

HTTP::ProxySelector - Perl extension for automatically setting an anonymous proxy River stage zero No dependents

Automatically selects you an anonymous proxy for use of your UserAgent instance. Just hand it your favorite proxy list site, or use the defaults. The package will then use your existing useragent instance to access the site and set it's proxy setting...

UDASSIN/HTTP-ProxySelector-0.02 - 28 Apr 2003 13:58:38 UTC - Search in distribution

FusionInventory::Agent::HTTP::Server::Proxy - An embedded HTTP server plugin providing a proxy for agents not able to contact the server River stage zero No dependents

This is a server plugin to transmit inventory toward a server. It listens on port 62354 by default. The following default requests are accepted: /proxy/fusioninventory /proxy/apiversion...

GBOUGARD/FusionInventory-Agent_2.6 - 26 Nov 2020 15:56:16 UTC - Search in distribution

HTTP::ProxyAutoConfig - use a .pac or wpad.dat file to get proxy information River stage zero No dependents

*HTTP::ProxyAutoConfig* allows perl scripts that need to access the Internet to determine whether to do so via a proxy server. To do this, it uses proxy settings provided by an IT department, either on the Web or in a browser's *.pac* file on disk. I...

MACKENNA/HTTP-ProxyAutoConfig-0.3 - 26 Mar 2010 02:46:43 UTC - Search in distribution

Catalyst::Authentication::Credential::HTTP::Proxy - HTTP Proxy authentication for Catalyst. River stage zero No dependents

This module lets you use HTTP Proxy authentication with Catalyst::Plugin::Authentication. Currently this module only supports the Basic scheme, but upon request Digest will also be added. Patches welcome!...

BOBTFISH/Catalyst-Authentication-Credential-HTTP-Proxy-0.06 - 13 Jul 2009 10:45:01 UTC - Search in distribution

Test2::Tools::HTTP::UA::Mojo::Proxy - Proxy class for Test2::Tools::HTTP::UA::Mojo River stage zero No dependents

This is a private class. For details on how to use, see Test2::Tools::HTTP::UA::Mojo....

PLICEASE/Test2-Tools-HTTP-UA-Mojo-0.05 - 21 May 2022 13:05:40 UTC - Search in distribution
943 results (0.173 seconds)