method Drash.Request.prototype.getCookieimport { Drash } from "https://deno.land/x/drash@v2.7.0/tests/deps.ts"; const { Request } = Drash; getCookie(name: string): stringGet a cookie value by the name that is sent in with the request. Parametersname: string The name of the cookie to retrieve ReturnsstringThe cookie value associated with the cookie name or undefined if a cookie with that name doesn't exist