Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
ClientIP?: string | null
[src]
§
Country?: string | null
[src]
§
Headers?: HTTPHeader[] | null
[src]
§
HTTPVersion?: string | null
[src]
§
Method?: string | null
[src]
§
URI?: string | null
[src]