Hyperlinkv0.9.0-beta.0

Hyperlink

Source src/Hyperlink.ts:51787 lines
export type VerifyConnectionOptions = {
  readonly timeout?: Duration.Input;
  readonly url?: string;
  readonly path?: string;
  /** Probe every declared endpoint (default: the {@link selectEndpoint} pick). */
  readonly all?: boolean;
};
Referenced by 2 symbols