UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 281 B
/** List of possible method for HTTP probes. Consider using HEAD to save bandwidth when possible. */ export declare enum ProbeMethodEnum { 'GET' = "GET", 'HEAD' = "HEAD", 'OPTIONS' = "OPTIONS", 'internal' = "internal" } //# sourceMappingURL=ProbeMethodEnum.d.ts.map