statoo

`statoo` is a super simple http GET tool for checking site health

Screenshot of statoo

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.