UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 370 B
/** List of possible method for HTTP probes. Consider using HEAD to save bandwidth when possible. */ export var ProbeMethodEnum; (function (ProbeMethodEnum) { ProbeMethodEnum["GET"] = "GET"; ProbeMethodEnum["HEAD"] = "HEAD"; ProbeMethodEnum["OPTIONS"] = "OPTIONS"; ProbeMethodEnum["internal"] = "internal"; })(ProbeMethodEnum || (ProbeMethodEnum = {}));