basic-http-healthcheck

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i basic-http-healthcheck

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

4.01 kB

Total Files

5

Last publish

Collaborators

  • williamboman