CPAN::CachingProxy

A very simple lightweight CGI based Caching Proxy
Download

CPAN::CachingProxy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL v2
  • Price:
  • FREE
  • Publisher Name:
  • Paul Miller
  • Publisher web site:
  • http://search.cpan.org/~jettero/

CPAN::CachingProxy Tags


CPAN::CachingProxy Description

A very simple lightweight CGI based Caching Proxy CPAN::CachingProxy is a very simple lightweight CGI based Caching Proxy.SYNOPSIS use strict; use CPAN::CachingProxy; use CGI; use CGI::Carp qw(fatalsToBrowser); my $cache = CPAN::CachingProxy->new(mirrors=>); $cache->run;new() arguments ^The new function takes quite a few arguments in the usual hash-like manor. Here is an example: while( my $cgi = new CGI::Fast ) { CGI::Carp->import('fatalsToBrowser'); my $cache = CPAN::CachingProxy->new( mirrors => , key_space => "MyCache1", # increment to reset cache cgi => $cgi, agent => "MyProxy/0.1 (Hurray!!)", ); $cache->run; ) Requirements: · Perl


CPAN::CachingProxy Related Software