Group
Extension

Matches 1

App-Unicheck-Modules-HTTP ( M/MK/MKRULL/App-Unicheck-Modules-HTTP-0.03.tar.gz, MKRULL, 2013; MetaCPAN )
App-Unicheck-Modules-HTTP/lib/App/Unicheck/Modules/HTTP.pm ( view source; MetaCPAN )
'all';
use Moo;
use Getopt::Long qw(GetOptionsFromArray);
use Mojo::UserAgent;
use Try::Tiny;
use JSON;
use Time::HiRes;

=head1 NAME

App::Unicheck::Modules::HTTP - App::Unicheck module to check web 
, $value, $format) = @_;

    return JSON->new->encode(
        {
            message => $value,
            status  => $status,
        }
    ) if $format eq 'json';
    # default last in case some n
mats => {
                    'num'  => 'Returns the status code',
                    'json' => 'Returns a JSON structure',
                },
                default_format => 'num',
            },

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.