# Functions
NewHandler created a new HTTP handler that should be mapped to "/__/".
NewStatus returns a new Status, given an application or service name and description.
# Structs
AboutResponse represents the static "about" information for an application as described in the UW operation endpoints spec.
CheckResponse is used by a health check function to allow it to indicate the result of the check be calling appropriate methods.
HealthResult represents the current "health" information for an application as described in the UW operation endpoints spec.
Status represents standard operational information about an application, including how to establish dynamic information such as health or readiness.