Rex-Endpoint-HTTP

 view release on metacpan or  search on metacpan

lib/Rex/Endpoint/HTTP/Mojolicious/Plugin/Auth.pm  view on Meta::CPAN

4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# vim: set ts=3 sw=3 tw=0:
# vim: set expandtab:
    
 
 
#
# HTTP Header
#
# Apache:
# X-Forwarded-For -> $IP/$NAME
 
use strict;
 
use Digest::SHA qw(sha1_hex);
 
sub register {
   my ($plugin, $app) = @_;



( run in 0.247 second using v1.01-cache-2.11-cpan-1dc43b0fbd2 )