1
0
mirror of https://github.com/Luzifer/webcheck.git synced 2024-09-18 23:22:58 +00:00
webcheck is a CLI tool to check the health of a web page
Go to file
Knut Ahlers c9b5120a9c
Add meta files
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-07-23 14:56:38 +02:00
vendor Vendor dependencies 2018-07-23 14:54:12 +02:00
.gitignore Initial version 2018-07-23 14:51:32 +02:00
.repo-runner.yaml Add automated building 2018-07-23 14:52:34 +02:00
Gopkg.lock Vendor dependencies 2018-07-23 14:54:12 +02:00
Gopkg.toml Vendor dependencies 2018-07-23 14:54:12 +02:00
LICENSE Add meta files 2018-07-23 14:56:38 +02:00
main.go Initial version 2018-07-23 14:51:32 +02:00
Makefile Add automated building 2018-07-23 14:52:34 +02:00
README.md Add meta files 2018-07-23 14:56:38 +02:00

Go Report Card

Luzifer / webcheck

webcheck is a CLI tool to check the health of a web page. It is used to check:

  • HTTP status code 2xx
  • Regular expression match on the response body
  • Request answer within certain timeout