Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 293 Bytes

File metadata and controls

8 lines (5 loc) · 293 Bytes

UrlChecker

This is a simple implementation for an idea of URL checker.

The small library allows you to check the availability of a single site or a list of sites and to trigger an alert in case of a given http error status.

The project is based on the HttpClient available since Java 11.