An open API service indexing awesome lists of open source software.

https://github.com/williamboman/basic-http-healthcheck

Very rudimentary, lightweight, HTTP server healthcheck tool.
https://github.com/williamboman/basic-http-healthcheck

Last synced: 6 months ago
JSON representation

Very rudimentary, lightweight, HTTP server healthcheck tool.

Awesome Lists containing this project

README

          

# 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
```