Values.MatcherSourceDescribes the codes to use when checking for a successful response from a target for health checks.
type nonrec t = {httpCode : HttpCodeMatcher.t option;The HTTP code to use when checking for a successful response from a target.
*)}