Rex-Endpoint-HTTP
view release on metacpan or search on metacpan
lib/Rex/Endpoint/HTTP/Mojolicious/Plugin/Auth.pm view on Meta::CPAN
456789101112131415161718192021222324# vim: set ts=3 sw=3 tw=0:
# vim: set expandtab:
#
# HTTP Header
#
# Apache:
# X-Forwarded-For -> $IP/$NAME
use
strict;
use
warnings;
use
MIME::Base64;
sub
register {
my
(
$plugin
,
$app
) =
@_
;
( run in 0.247 second using v1.01-cache-2.11-cpan-1dc43b0fbd2 )