UNPKG

@aikidosec/firewall

Version:

Zen by Aikido is an embedded Web Application Firewall that autonomously protects Node.js apps against common and critical attacks

11 lines (10 loc) 256 B
export declare function fetch({ url, method, headers, body, timeoutInMS, }: { url: URL; method?: string; headers?: Record<string, string>; body?: string; timeoutInMS?: number; }): Promise<{ body: string; statusCode: number; }>;