HTTPRequest
import type { HTTPRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/wafv2.ts";interface HTTPRequest {
ClientIP?: string | null;
Country?: string | null;
Headers?: HTTPHeader[] | null;
HTTPVersion?: string | null;
Method?: string | null;
URI?: string | null;
}