Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.68 KB

README.md

File metadata and controls

69 lines (46 loc) · 1.68 KB

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