Properties Protected Optional bodybody?: unknown
Protected fetchfetch: ( ( input: RequestInfo | URL , init?: RequestInit ) => Promise < Response > )
Type declaration ( input: RequestInfo | URL , init?: RequestInit ) : Promise < Response > Parameters input: RequestInfo | URL Optional init: RequestInit Returns Promise < Response > Protected headersheaders: Record < string , string >
Protected is Maybe Singleis Maybe Single: boolean
Protected methodmethod: "GET" | "HEAD" | "POST" | "PATCH" | "DELETE"
Protected Optional schemaschema?: string
Protected should Throw On Errorshould Throw On Error: boolean = false
Protected Optional signalsignal?: AbortSignal
Set an HTTP header for the request.