Hyperlinkv0.8.0-beta.28

Hyperlink

Source src/Hyperlink.ts:44917 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