healthonnet / hon-http-urlchecker-service

Perl module to check status code, response headers, redirect location and redirect chain of a HTTP connection.

Home Page:https://metacpan.org/pod/HON::Http::UrlChecker::Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HON-Http-UrlChecker-Service

Build Status Coverage Status

Check status code, response headers, redirect location and redirect chain of a HTTP connection.

Usage

use HON::Http::UrlChecker::Service qw/checkUrl/;

my @listOfStatus = checkUrl('http://www.example.com');

Installation

Via CPAN with :

$ cpan install HON::Http::UrlChecker::Service

or download this module and run the following commands:

$ perl Build.PL
$ ./Build
$ ./Build test
$ ./Build install

See also

Support and documentation

After installing, you can find documentation for this module with the perldoc command.

perldoc HON::Http::UrlChecker::Service

You can also look for information at:

License

Copyright (C) 2016 William Belle

This program is distributed under the MIT (X11) License: http://www.opensource.org/licenses/mit-license.php

About

Perl module to check status code, response headers, redirect location and redirect chain of a HTTP connection.

https://metacpan.org/pod/HON::Http::UrlChecker::Service

License:MIT License


Languages

Language:HTML 86.6%Language:Perl 13.4%