1.0.0 • Published 6 years ago

basic-http-healthcheck v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

basic-http-healthcheck

Very rudimentary, lightweight, HTTP server healthcheck tool.

Usage

# verifies that response status code is within 200-299 range
$ basic-http-healthcheck http://localhost:9000

# verifies that response status code is within 200-299 range, and response body includes "foo bar"
$ basic-http-healthcheck -f "foo bar" http://localhost:9000
1.0.0

6 years ago