> go get -u github.com/ferreiraklet/nilo
OR
> git clone https://github.com/ferreiraklet/nilo.git
> cd nilo
> go build nilo.go
> chmod +x nilo
> ./nilo -h
- Inspired by hakcheckurl from hakluke, nilo reads a list of URL's and return only HTTP 200 response code.
- You can use to check if endpoints are alive, Ex:
echo http://xxxxx.com/app.js | nilo
- IMPORTANT! Urls must contain protocol, http, https.
- You can specify headers:
echo http://xxxx.com/app.js | nilo -H "Header1: value1;Header2: Value2;Header3: Value3"
Be careful with syntax.