class Request implements [domTypes.Request]import { Request } from "https://deno.land/x/deno@v0.28.0/cli/js/request.ts"; An HTTP request ConstructorsnewRequest(input: domTypes.RequestInfo, init?: domTypes.RequestInit)Propertiesoptionalcredentials: "omit" | "same-origin" | "include"headers: domTypes.Headersmethod: stringurl: stringMethodsclone(): domTypes.Request