# Functions
LivenessHandler reports on the status of Shutdown.
ReadinessHandler reports on the status of Ready.
ShutdownOnTerm accepts an *http.Server and will gracefully shut it down when a SIGTERM is received, after ShutdownTimer seconds (default 15).
# Variables
Ready is a boolean that represents whether the application is ready.
Shutdown is a boolean that represents whether the application has received a SIGTERM.
ShutdownTimer is a configuration option for this package that sets the amount of time in seconds an application should wait before exiting after receiving a SIGTERM.