UNPKG

@sectester/repeater

Version:

Package for managing repeaters, which are mandatory for scanning targets on a local network.

10 lines (9 loc) 285 B
export interface RequestRunnerOptions { timeout?: number; proxyUrl?: string; headers?: Record<string, string | string[]>; allowedMimes?: string[]; maxContentLength?: number; reuseConnection?: boolean; } export declare const RequestRunnerOptions: unique symbol;