a tiny CLI application that reads a list of URLs from a file, performs HTTP GET requests, prints results, a summary, and returns a useful exit code.
A health check is a process used to assess the 'health' or 'liveliness' of a application/service to ensure it is running as expected. It typically involves sending requests or executing scripts to verify that specific components are responsive and functioning correctly. It's common that developers will implement health check API endpoints into their services
Let's build a tiny CLI application that reads a list of URLs from a file, performs HTTP GET requests, prints results, a summary, and returns a useful exit code.
python tests/test.py