Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Perl Modules

    HTTP::Proxy 0.24

    Download button

    No screenshots available
    Downloads: 349  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Philippe Bruhat | More programs
    Perl Artistic License / FREE
    October 6th, 2008, 13:32 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    HTTP::Proxy description

    A pure Perl HTTP proxy.

    HTTP::Proxy is a pure Perl HTTP proxy.

    SYNOPSIS

     use HTTP::Proxy;

     # initialisation
     my $proxy = HTTP::Proxy->new( port => 3128 );

     # alternate initialisation
     my $proxy = HTTP::Proxy->new;
     $proxy->port( 3128 ); # the classical accessors are here!

     # this is a MainLoop-like method
     $proxy->start;


    This module implements a HTTP proxy, using a HTTP::Daemon to accept client connections, and a 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 through user-defined filters.

    Once the proxy is created, with the new() method, it is possible to alter its behaviour by adding so-called "filters". This is done by the push_filter() method. Once the filter is ready to run, it can be launched, with the start() method. This method does not normally return until the proxy is killed or otherwise stopped.

    An important thing to note is that the proxy is (except when running the NoFork engine) a forking proxy: it doesn't support passing information between child processes, and you can count on reliable information passing only during a single HTTP connection (request + response).


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    HTTP proxy | Perl module | Perl | HTTP | proxy



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM