X7ROOT File Manager
Current Path:
/usr/local/share/perl5/LWP/Protocol
usr
/
local
/
share
/
perl5
/
LWP
/
Protocol
/
ðŸ“
..
📄
cpan.pm
(1.33 KB)
📄
data.pm
(1.21 KB)
📄
file.pm
(3.75 KB)
📄
ftp.pm
(18.7 KB)
📄
gopher.pm
(5.6 KB)
ðŸ“
http
📄
http.pm
(14.67 KB)
ðŸ“
https
📄
https.pm
(5.41 KB)
📄
loopback.pm
(588 B)
📄
mailto.pm
(4.3 KB)
📄
nntp.pm
(4.1 KB)
📄
nogo.pm
(612 B)
Editing: loopback.pm
package LWP::Protocol::loopback; use strict; our $VERSION = '6.77'; require HTTP::Response; use parent qw(LWP::Protocol); sub request { my($self, $request, $proxy, $arg, $size, $timeout) = @_; my $response = HTTP::Response->new(200, "OK"); $response->content_type("message/http; msgtype=request"); $response->header("Via", "loopback/1.0 $proxy") if $proxy; $response->header("X-Arg", $arg); $response->header("X-Read-Size", $size); $response->header("X-Timeout", $timeout); return $self->collect_once($arg, $response, $request->as_string); } 1;
Upload File
Create Folder