Search results for "proxy"
DBD::Proxy - A proxy driver for the DBI
DBD::Proxy is a Perl module for connecting to a database via a remote DBI driver. See DBD::Gofer for an alternative with different trade-offs. This is of course not needed for DBI drivers which already support connecting to a remote database, but the...
TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution- DBI::ProxyServer - a server for the DBD::Proxy driver
- DBI::PurePerl - a DBI emulation using pure perl (no C/XS compilation required)
- DBI::DBD::SqlEngine::HowTo - Guide to create DBI::DBD::SqlEngine based driver
- 2 more results from DBI »
IOC::Proxy - Proxy for the IOC Framework
This module is a base class for all your IOC::Proxy needs. It can be used on it's own or it can be subclassed. The basic idea of the IOC::Proxy is that since we are using the IOC framework to create our object instances, we can do certain things to t...
STEVAN/IOC-0.29 - 27 Apr 2007 00:57:28 UTC - Search in distribution- IOC::Proxy::Interfaces - A IOC::Proxy subclasss to proxy objects with a given interface
- IOC - A lightweight IOC (Inversion of Control) framework
- IOC::Container - An IOC Container object
Net::Proxy - Framework for proxying network connections in many ways
A Net::Proxy object represents a proxy that accepts connections and then relays the data transfered between the source and the destination. The goal of this module is to abstract the different methods used to connect from the proxy to the destination...
BOOK/Net-Proxy-0.13 - 02 Nov 2014 23:29:26 UTC - Search in distribution- Net::Proxy::Tutorial - Network proxies for fun and profit
- Net::Proxy::Connector - Base class for Net::Proxy protocols
- Net::Proxy::Connector::tcp - Net::Proxy connector for standard tcp proxies
- 7 more results from Net-Proxy »
Carp::Proxy - Diagnostic delegation
Carp::Proxy is a framework for throwing exceptions. The goal is to couple the small lexical footprint of the die() statement with support for comprehensive error messages. Good diagnostics pay for themselves; let's make them easier to produce. Error ...
THAIRMAN/Carp-Proxy-0.16 - 27 Feb 2020 05:05:16 UTC - Search in distribution
HTTP::Proxy - A pure Perl HTTP proxy
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::Engine - Generic child process manager engine for HTTP::Proxy
- HTTP::Proxy::BodyFilter - A base class for HTTP messages body filters
- HTTP::Proxy::FilterStack - A class to manage filter stacks
- 14 more results from HTTP-Proxy »
JOAP::Proxy - Base class for client-side proxies of JOAP objects
All of the classes that proxy for remote JOAP objects are subclasses of JOAP::Proxy. This package defines a lot of common behavior, but almost none of it should be used directly. Consequently, the appropriate methods and such are documented in the su...
EVAN/JOAP-0.01 - 22 May 2003 23:57:35 UTC - Search in distribution- JOAP::Proxy::Class - Class for client-side proxy objects of JOAP classes
- JOAP::Proxy::Error - Error classes for JOAP errors
- JOAP::Proxy::Server - Class for Proxies of JOAP Servers
- 7 more results from JOAP »
RTSP::Proxy - Simple RTSP proxy server
This module is a simple RTSP proxy based on Net::Server and RTSP::Client. When a client connects and sends commands to the server, it will pass them through the RTSP client and return the results back. This module will also automatically proxy the me...
REVMISCHA/RTSP-Proxy-0.07 - 23 Sep 2011 05:12:23 UTC - Search in distribution
Class::Proxy - an object proxy
Objects can be served by "Class::Proxy". In practice, any method call to the proxy will be forwarded to the original object (victim). The purpose of that is to alter method calls in a generic way. This can be used for * faking * restriction * logging...
MUENALAN/Class-Proxy-0.01.04 - 11 Feb 2003 13:02:04 UTC - Search in distribution
Apache::Proxy - Perl interface to mod_proxy
my $status = Apache::Proxy->pass($r, "http://perl.apache.org/"); my $hashfile = Apache::Proxy->proxy_hash($r, $url);...
XFIRE/Apache-Proxy-0.02 - 15 Oct 1999 14:56:11 UTC - Search in distribution
mcoder::proxy - Perl extension for proxy methods generation
look at the synopsis! EXPORT the proxy methods defined...
SALVA/mcoder-0.10 - 29 Apr 2005 13:13:33 UTC - Search in distribution
Apache2::Proxy - a mod_perl based http proxy base class
PHRED/Apache2-Proxy-0.04
-
10 Apr 2012 07:33:21 UTC
-
Search in distribution
Valiant::Proxy - Create a validation ruleset dynamically
Create a validation runner for a given class or role. Useful when you need (or prefer) to build up a validation ruleset in code rather than via the annotations-like approach given in Valiant::Validations. Can also be useful to add validations to a cl...
JJNAPIORK/Valiant-0.002003 - 04 Oct 2023 17:28:16 UTC - Search in distribution- Valiant::Proxy::Hash - Wrap a hashref in a result object for validation.
- Valiant::Proxy::Array - Wrap a hashref in a result object for validation.
- Valiant::Proxy::Object - Wrap any object into a validatable result object.
- 2 more results from Valiant »
Exporter::Proxy - Simplified symbol export & proxy dispatch.
This installs 'import' and 'exports' subroutines into the callers namespace. The 'import' does the usual deed: exporting symbols by name; 'exports' simplifies introspection by listing the exported symbols (useful for testing). The optional "dispather...
LEMBARK/Exporter-Proxy-1.008002 - 13 Apr 2018 18:22:05 UTC - Search in distribution
Connector::Proxy
This is the base class for all Connector::Proxy implementations....
MRSCOTTY/Connector-1.53 - 19 Sep 2023 14:58:15 UTC - Search in distribution
Browsermob::Proxy - Perl client for the proxies created by the Browsermob server
From <http://bmp.lightbody.net/>: BrowserMob proxy is based on technology developed in the Selenium open source project and a commercial load testing and monitoring service originally called BrowserMob and now part of Neustar. It can capture performa...
GEMPESAW/Browsermob-Proxy-0.17 - 30 Aug 2015 14:39:27 UTC - Search in distribution- Browsermob::Proxy::CompareParams - Look for a request with the specified matching request params
- Browsermob::Server - Perl client to control the Browsermob Proxy server
ControlFreak::Proxy - Delegate some control to an intermediary process.
There are some cases where you want some services managed in a special way, and it makes no sense to implement this in "ControlFreak" itself. Indeed, one design trait of ControlFreak is its absolute simplicity, we don't want to clutter it with featur...
YANNK/ControlFreak-1.0.0 - 17 Aug 2010 23:18:26 UTC - Search in distribution- ControlFreak::Proxy::Process - The Perl implementation of a proxy process.
- ControlFreak - a process supervisor
- ControlFreak::Service - Object representation of a service.
- 1 more result from ControlFreak »
Log::Any::Proxy - Log::Any generator proxy object
Log::Any::Proxy objects are what modules use to produce log messages. They construct messages and pass them along to a configured adapter....
PREACTION/Log-Any-1.717 - 17 Aug 2023 15:53:05 UTC - Search in distribution- Log::Any::Proxy::Null - Log::Any generator proxy for no adapters
- Log::Any::Proxy::Test
- Log::Any::Proxy::WithStackTrace - Log::Any proxy to upgrade string errors to objects with stack traces
- 4 more results from Log-Any »
SRS::EPP::Proxy - IETF EPP <=> SRS XML proxy software
SRS::EPP::Proxy implements an XML to XML gateway between two contemporary protocols for domain name management; EPP as defined by RFC 3730 and later, and the SRS protocol used by the .nz registry. This module implements the SSL listener; it accepts c...
MUTANT/SRS-EPP-Proxy-0.22 - 24 Apr 2013 06:23:29 UTC - Search in distribution- SRS::EPP::Proxy::UA - subprocess-based UserAgent
- SRS::EPP::Proxy::Listener - socket factory class
- lib/SRS/EPP/Proxy/ConfigFromFile.pm
- 48 more results from SRS-EPP-Proxy »
ZMQ::Raw::Proxy - ZeroMQ Proxy class
ZeroMQ Proxy...
JACQUESG/ZMQ-Raw-0.39 - 25 Apr 2020 11:13:54 UTC - Search in distribution
Net::Proxy::Type - Get proxy type
The "Net::Proxy::Type" is a module which can help you to get proxy type if you know host and port of the proxy server. Supported proxy types for now are: http proxy, https proxy, connect proxy, socks4 proxy and socks5 proxy....
OLEG/Net-Proxy-Type-0.09 - 10 Mar 2016 09:05:16 UTC - Search in distribution