interface IResponseimport { type IResponse } from "https://deno.land/x/superdeno@4.9.0/mod.ts"; Propertiesaccepted: booleanbadRequest: booleanbody: anycharset: stringclientError: booleanerror: false | HTTPErrorfiles: anyforbidden: booleanheader: Headerheaders: Headerinfo: booleanlinks: objectnoContent: booleannotAcceptable: booleannotFound: booleanok: booleanredirect: booleanserverError: booleanstatus: numberstatusCode: numberstatusType: numberstatusText: stringtext: stringtype: stringunauthorized: booleanxhr: XMLHttpRequestredirects: string[]Methodsget(header: string): HeaderValue