A super basic http tool that makes only GET request to given URL and returns
status code of the response. Well, if you are curl or http (httpie) user,
you can make the same kind of request and get a kind-of same response since
statoo is way better simple :)
Copilot says:
AI-generated
Need a lightning-fast way to check if your website is alive and kicking? This tiny tool makes simple HTTP GET requests with a sprinkle of gzip magic to deliver quick status updates without the fuss.
Key features:
- ๐ Super simple HTTP GET for quick site health checks
- ๐งฉ Supports custom request and response headers for flexible querying
- ๐ต๏ธโโ๏ธ JSON output with optional text search inside response body
- ๐ Basic auth and skip SSL certificate checks for tricky setups
This summary was generated by GitHub Copilot based on the project README.