method CookieMap.prototype.hasimport { CookieMap } from "https://dotland.deno.dev/std@0.181.0/http/cookie_map.ts"; has(key: string): booleanReturns true if the matching key is present in the {@link Request}, otherwise false. Parameterskey: stringReturnsboolean