method CookieMap.prototype.getimport { CookieMap } from "https://dotland.deno.dev/std@0.181.0/http/mod.ts"; get(key: string): string | undefinedReturn the value of a matching key present in the Request. If the key is not present undefined is returned. Parameterskey: stringReturnsstring | undefined