0.1.1 • Published 8 years ago

hmu-http v0.1.1

Weekly downloads
7
License
-
Repository
github
Last release
8 years ago

hmu-http

A hmu plugin for fetching the HTTP status of a server.

This is a hmu plugin that performs a GET request to a HTTP server to check it's status... You can provide headers in the request and also use HTTPS.

Installation

$ npm install -g hmu-http

Usage

$ hmu http <server> [...headers]

Example:

$ hmu http https://api.github.com/ --User-Agent='example'

Credits

jamen
Jamen Marzonie