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

Method

import type { Method } from "https://aws-api.deno.dev/v0.4/services/wafv2.ts?docs=full";

Inspect the HTTP method of the web request. The method indicates the type of operation that the request is asking the origin to perform.

This is used only in the "FieldToMatch" specification for some web request component types.

JSON specification: "Method": {}

interface Method {}