@aikidosec/firewall
Version:
Zen by Aikido is an embedded Application Firewall that autonomously protects Node.js apps against common and critical attacks, provides rate limiting, detects malicious traffic (including bots), and more.
10 lines (9 loc) • 347 B
TypeScript
import { Hooks } from "../agent/hooks/Hooks";
import { Wrapper } from "../agent/Wrapper";
export declare class HTTPRequest implements Wrapper {
private inspectHostname;
private inspectHttpRequest;
private monitorDNSLookups;
wrapResponseHandler(args: unknown[], module: "http" | "https"): unknown[];
wrap(hooks: Hooks): void;
}